To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鄂? | 001111110011111100111111111001111011110100111111 | 3f3f3fe7bd3f |
EUC-JP | ???鄂? | 001111110011111100111111111011101011111100111111 | 3f3f3feebf3f |
UTF-8 | 뤛슨찋鄂석 | 111010111010010010011011111011001000101010101000111011001011000010001011111010011000010010000010111011001000010010011101 | eba49bec8aa8ecb08be98482ec849d |
UHC | 뤛슨찋鄂석 | 10001111110010101011110110111100101010011000111111100100110001111011110010101110 | 8fcabdbca98fe4c7bcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)