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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翁??冗 | 100010011010010100111111001111111000111111100111 | 89a53f3f8fe7 |
EUC-JP | 翁??冗 | 101100101010011100111111001111111011111011101001 | b2a73f3fbee9 |
UTF-8 | 翁깍퐜冗 | 111001111011111110000001111010101011100110001101111011011001000010011100111001011000011010010111 | e7bf81eab98ded909ce58697 |
UHC | 翁깍퐜冗 | 1110100010111010101100011110111110111101100001101110100110110111 | e8bab1efbd86e9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)