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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偃????? | 10011000111011100011111100111111001111110011111100111111 | 98ee3f3f3f3f3f |
EUC-JP | 偃????? | 11010000111100000011111100111111001111110011111100111111 | d0f03f3f3f3f3f |
UTF-8 | 偃덀렗六쀧뫁 | 111001011000000110000011111010111000110110000000111010111010000010010111111011111010011110010001111011001000000010100111111010111010101110000001 | e58183eb8d80eba097efa791ec80a7ebab81 |
UHC | 偃덀렗六쀧뫁 | 111001011110011110001000111000111000111010101100111010111011101110010111111001111001000110100101 | e5e788e38eacebbb97e791a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)