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? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 鴣室G | 11101001111100111000111010111010010001111111001010111111 | e9f38eba47f2bf |
EUC-JP | 鴣室G? | 111100101111010110111100101111000100011100111111 | f2f5bcbc473f |
UTF-8 | 鴣室G | 11101001101101001010001111100101101011101010010001000111111011101000011110110110 | e9b4a3e5aea447ee87b6 |
UHC | ?室G? | 0011111111100011111110000100011100111111 | 3fe3f8473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)