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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?納咐〓\ | 0011111110010100010110111001100111110011100000011010110001011100 | 3f945b99f381ac5c |
EUC-JP | ?納咐〓\ | 0011111111000111101111001101001011110101101000101010111001011100 | 3fc7bcd2f5a2ae5c |
UTF-8 | 룶納咐〓\ | 11101011101000111011011011100111101101001000110111100101100100101001000011100011100000001001001101011100 | eba3b6e7b48de59290e380935c |
UHC | 룶納咐〓\ | 100011111010101111010010101000011101110011111011101000011110101101011100 | 8fabd2a1dcfba1eb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)