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 | 諍?掉 | 1110011001111001001111111001110101111011 | e6793f9d7b |
EUC-JP | 諍?掉 | 1110101111011010001111111101100111011100 | ebda3fd9dc |
UTF-8 | 諍ㅻ掉 | 111010001010101110001101111000111000010110111011111001101000111010001001 | e8ab8de385bbe68e89 |
UHC | 諍ㅻ掉 | 111011101011010110100100111010111101001111111100 | eeb5a4ebd3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)