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 | ????第 | 001111110011111100111111001111111001000111100110 | 3f3f3f3f91e6 |
EUC-JP | ????第 | 001111110011111100111111001111111100001011101000 | 3f3f3f3fc2e8 |
UTF-8 | 렯롊렯롉第 | 111010111010000010101111111010111010000110001010111010111010000010101111111010111010000110001001111001111010110010101100 | eba0afeba18aeba0afeba189e7acac |
UHC | 렯롊렯롉第 | 10001110101111001000111011010000100011101011110010001110110011111111000010101111 | 8ebc8ed08ebc8ecff0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)