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 | ãÉOÛ | 1110001111001001100001001000101110000100010011111000100011011011 | e3c9848b844f88db |
SJIS-WIN | ?????O?? | 0011111100111111001111110011111100111111010011110011111100111111 | 3f3f3f3f3f4f3f3f |
EUC-JP | ãÉ???O?Û | 1000111110101011101010101000111110101010101100010011111100111111001111110100111100111111100011111010101011100101 | 8fabaa8faab13f3f3f4f3f8faae5 |
UTF-8 | ãÉOÛ | 110000111010001111000011100010011100001010000100110000101000101111000010100001000100111111000010100010001100001110011011 | c3a3c389c284c28bc2844fc288c39b |
UHC | ?????O?? | 0011111100111111001111110011111100111111010011110011111100111111 | 3f3f3f3f3f4f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)