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 | 1111101111010001100011101010001001000111 | fbd18ea247 |
EUC-JP | 鋙爾G | 100011111110010011000011101111001010010001000111 | 8fe4c3bca447 |
UTF-8 | 鋙爾G | 11101001100010111001100111100111100010001011111001000111 | e98b99e788be47 |
UHC | ?爾G | 00111111111011001011001101000111 | 3fecb347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)