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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 仲經? | 1001001010000111111000110101001100111111 | 9287e3533f |
EUC-JP | 仲經? | 1100001111100111111001011011010000111111 | c3e7e5b43f |
UTF-8 | 仲經렜 | 111001001011101110110010111001111011011010010011111010111010000010011100 | e4bbb2e7b693eba09c |
UHC | 仲經렜 | 111100011110101011001100111010001000111010101110 | f1eacce88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)