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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 堤?堤?B | 10010010111001110011111110010010111001110011111101000010 | 92e73f92e73f42 |
EUC-JP | 堤?堤?B | 11000100111010010011111111000100111010010011111101000010 | c4e93fc4e93f42 |
UTF-8 | 堤렞堤렞B | 11100101101000001010010011101011101000001001111011100101101000001010010011101011101000001001111001000010 | e5a0a4eba09ee5a0a4eba09e42 |
UHC | 堤렞堤렞B | 111100001010011110001110101011111111000010100111100011101010111101000010 | f0a78eaff0a78eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)