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 | Þϵä | 11011110110011111011010111100100 | decfb5e4 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞÏ?ä | 10001111101010011011000010001111101010101100000100111111100011111010101110100011 | 8fa9b08faac13f8faba3 |
UTF-8 | Þϵä | 1100001110011110110000111000111111000010101101011100001110100100 | c39ec38fc2b5c3a4 |
UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)