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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ?}??もG | 0011111110000001011100000011111100111111100000101110000001000111 | 3f81703f3f82e047 |
EUC-JP | ?}??もG | 0011111110100001110100010011111100111111101001001110001001000111 | 3fa1d13f3fa4e247 |
UTF-8 | 룶}룶죴もG | 11101011101000111011011011101111101111011001110111101011101000111011011011101100101000111011010011100011100000101000001001000111 | eba3b6efbd9deba3b6eca3b4e3828247 |
UHC | 룶}룶죴もG | 1000111110101011101000111111110110001111101010111010000110001111101010101110001001000111 | 8faba3fd8faba18faae247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)