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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 勵롲닧h勵롲닧 | 11101111101001011011111111101011101000011011001011101011100010111010011101101000111011111010010110111111111010111010000110110010111010111000101110100111 | efa5bfeba1b2eb8ba768efa5bfeba1b2eb8ba7 |
UHC | 勵롲닧h勵롲닧 | 11100101111110101000111011101110100010001010001101101000111001011111101010001110111011101000100010100011 | e5fa8eee88a368e5fa8eee88a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)