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 | ãÉLÛ | 1110001111001001100001001000101110000100010011001000100011011011 | e3c9848b844c88db |
SJIS-WIN | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
EUC-JP | ãÉ???L?Û | 1000111110101011101010101000111110101010101100010011111100111111001111110100110000111111100011111010101011100101 | 8fabaa8faab13f3f3f4c3f8faae5 |
UTF-8 | ãÉLÛ | 110000111010001111000011100010011100001010000100110000101000101111000010100001000100110011000010100010001100001110011011 | c3a3c389c284c28bc2844cc288c39b |
UHC | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)