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 | 1111001010100011101110011101111001000111 | f2a3b9de47 |
EUC-JP | ?ゲG | 001111111000111010111001100011101101111001000111 | 3f8eb98ede47 |
UTF-8 | ゲG | 11101110100001111001101011101111101111011011100111101111101111101001111001000111 | ee879aefbdb9efbe9e47 |
UHC | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)