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 | ??_D??_D^ | 001111110011111101011111010001000011111100111111010111110100010001011110 | 3f3f5f443f3f5f445e |
SJIS-WIN | ?}_D?}_D^ | 0011111110000001011100000101111101000100001111111000000101110000010111110100010001011110 | 3f81705f443f81705f445e |
EUC-JP | ?}_D?}_D^ | 0011111110100001110100010101111101000100001111111010000111010001010111110100010001011110 | 3fa1d15f443fa1d15f445e |
UTF-8 | 룵}_D룵}_D^ | 1110101110100011101101011110111110111101100111010101111101000100111010111010001110110101111011111011110110011101010111110100010001011110 | eba3b5efbd9d5f44eba3b5efbd9d5f445e |
UHC | 룵}_D룵}_D^ | 10001111101010101010001111111101010111110100010010001111101010101010001111111101010111110100010001011110 | 8faaa3fd5f448faaa3fd5f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)