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 | ????n@h | 00111111001111110011111100111111011011100100000001101000 | 3f3f3f3f6e4068 |
SJIS-WIN | 謝自謝嫉n@h | 1000111011010011100011101010100110001110110100111000111010111001011011100100000001101000 | 8ed38ea98ed38eb96e4068 |
EUC-JP | 謝自謝嫉n@h | 1011110011010101101111001010101110111100110101011011110010111011011011100100000001101000 | bcd5bcabbcd5bcbb6e4068 |
UTF-8 | 謝自謝嫉n@h | 111010001010110010011101111010001000011110101010111010001010110010011101111001011010101110001001011011100100000001101000 | e8ac9de887aae8ac9de5ab896e4068 |
UHC | 謝自謝嫉n@h | 1101111011110011111011011011101111011110111100111111001011101100011011100100000001101000 | def3edbbdef3f2ec6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)