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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?}???B | 00111111100000010111000000111111001111110011111101000010 | 3f81703f3f3f42 |
EUC-JP | ?}???B | 00111111101000011101000100111111001111110011111101000010 | 3fa1d13f3f3f42 |
UTF-8 | 룶}룶죴⒝B | 11101011101000111011011011101111101111011001110111101011101000111011011011101100101000111011010011100010100100101001110101000010 | eba3b6efbd9deba3b6eca3b4e2929d42 |
UHC | 룶}룶죴⒝B | 1000111110101011101000111111110110001111101010111010000110001111101010011100111001000010 | 8faba3fd8faba18fa9ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)