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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 借者G | 1000111011011000100011101101001001000111 | 8ed88ed247 |
EUC-JP | 借者G | 1011110011011010101111001101010001000111 | bcdabcd447 |
UTF-8 | 借者G | 11100101100000001001111111101000100000001000010101000111 | e5809fe8808547 |
UHC | 借者G | 1111001110101000111011011011101001000111 | f3a8edba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)