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 | セャ凜釈樟蓐 | 10111110101011001110101010100011100011101101111110001111101111101110010011101010 | beaceaa38edf8fbee4ea |
EUC-JP | セャ凜釈樟蓐 | 100011101011111010001110101011001111010010100101101111001110000110111110110000001110100011101100 | 8ebe8eacf4a5bce1bec0e8ec |
UTF-8 | セャ凜釈樟蓐 | 111011111011110110111110111011111011110110101100111001011000011110011100111010011000011110001000111001101010100010011111111010001001001110010000 | efbdbeefbdace5879ce98788e6a89fe89390 |
UHC | ??凜?樟? | 0011111100111111110101111100111100111111111011011110100100111111 | 3f3fd7cf3fede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)