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 | 諍?葬 | 1110011001111001001111111001000110010010 | e6793f9192 |
EUC-JP | 諍?葬 | 1110101111011010001111111100000111110010 | ebda3fc1f2 |
UTF-8 | 諍렣葬 | 111010001010101110001101111010111010000010100011111010001001000110101100 | e8ab8deba0a3e891ac |
UHC | 諍렣葬 | 111011101011010110001110101101001110110111110111 | eeb58eb4edf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)