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 | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
SJIS-WIN | 偲ニト嫉P@h | 100011101100001111000110110001001000111010111001010100000100000001101000 | 8ec3c6c48eb9504068 |
EUC-JP | 偲ニト嫉P@h | 1011110011000101100011101100011010001110110001001011110010111011010100000100000001101000 | bcc58ec68ec4bcbb504068 |
UTF-8 | 偲ニト嫉P@h | 111001011000000110110010111011111011111010000110111011111011111010000100111001011010101110001001010100000100000001101000 | e581b2efbe86efbe84e5ab89504068 |
UHC | ???嫉P@h | 0011111100111111001111111111001011101100010100000100000001101000 | 3f3f3ff2ec504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)