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 | ?®??®?^ | 00111111101011100011111100111111101011100011111101011110 | 3fae3f3fae3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?®??®?^ | 0011111110001111101000101110111000111111001111111000111110100010111011100011111101011110 | 3f8fa2ee3f3f8fa2ee3f5e |
UTF-8 | 鍊®낫鍊®낫^ | 1110111110100110100110111100001010101110111010111000001010101011111011111010011010011011110000101010111011101011100000101010101101011110 | efa69bc2aeeb82abefa69bc2aeeb82ab5e |
UHC | 鍊®낫鍊®낫^ | 11100110111010001010001011100111101100111011010011100110111010001010001011100111101100111011010001011110 | e6e8a2e7b3b4e6e8a2e7b3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)