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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楡??宜? | 10011110101111100011111100111111100010110101100000111111 | 9ebe3f3f8b583f |
EUC-JP | 楡??宜? | 11011100110000000011111100111111101101011011100100111111 | dcc03f3fb5b93f |
UTF-8 | 楡몃썾宜덨 | 111001101010010110100001111010111010101010000011111011001000110110111110111001011010111010011100111010111000110110101000 | e6a5a1ebaa83ec8dbee5ae9ceb8da8 |
UHC | 楡몃썾宜덨 | 11101010111110001011100011101011100110111010100011101011111100011000100101000010 | eaf8b8eb9ba8ebf18942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)