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 | 駿頃???? | 1000111101111000100011011010000000111111001111110011111100111111 | 8f788da03f3f3f3f |
EUC-JP | 駿頃???? | 1011110111011001101110101010001000111111001111110011111100111111 | bdd9baa23f3f3f3f |
UTF-8 | 駿頃렱희렰렯 | 111010011010011110111111111010011010000010000011111010111010000010110001111011011001110110101100111010111010000010110000111010111010000010101111 | e9a7bfe9a083eba0b1ed9daceba0b0eba0af |
UHC | 駿頃렱희렰렯 | 111100011110011111001100111100011000111010111110110010001111000110001110101111011000111010111100 | f1e7ccf18ebec8f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)