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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 猝G | 11100000110010101111001010111100111100001100110101000111 | e0caf2bcf0cd47 |
EUC-JP | 猝??G | 1110000011001100001111110011111101000111 | e0cc3f3f47 |
UTF-8 | 猝G | 11100111100011001001110111101110100001111011001111101110100000101000110001000111 | e78c9dee87b3ee828c47 |
UHC | 猝??G | 1111000011110001001111110011111101000111 | f0f13f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)