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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迹壽キ | 1110011110010001100110101110011010110111 | e7919ae6b7 |
EUC-JP | 迹壽キ | 111011011111000111010100111010001000111010110111 | edf1d4e88eb7 |
UTF-8 | 迹壽キ | 111010001011111110111001111001011010001110111101111011111011110110110111 | e8bfb9e5a3bdefbdb7 |
UHC | 迹壽? | 1110111011101001111000011111100000111111 | eee9e1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)