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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 意??h意?? | 100010001101001100111111001111110110100010001000110100110011111100111111 | 88d33f3f6888d33f3f |
EUC-JP | 意??h意?? | 101100001101010100111111001111110110100010110000110101010011111100111111 | b0d53f3f68b0d53f3f |
UTF-8 | 意붾죲h意붾죲 | 11100110100001001000111111101011101101101011111011101100101000111011001001101000111001101000010010001111111010111011011010111110111011001010001110110010 | e6848febb6beeca3b268e6848febb6beeca3b2 |
UHC | 意붾죲h意붾죲 | 11101011111100101001010011101011101000011000110101101000111010111111001010010100111010111010000110001101 | ebf294eba18d68ebf294eba18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)