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 | 堤?琥 | 1001001011100111001111111110000011100110 | 92e73fe0e6 |
EUC-JP | 堤?琥 | 1100010011101001001111111110000011101000 | c4e93fe0e8 |
UTF-8 | 堤렕琥 | 111001011010000010100100111010111010000010010101111001111001000010100101 | e5a0a4eba095e790a5 |
UHC | 堤렕琥 | 111100001010011110001110101010101111101111010000 | f0a78eaafbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)