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 | ´íLh´íL | 10110100111011010100110001101000101101001110110101001100 | b4ed4c68b4ed4c |
SJIS-WIN | ´?Lh´?L | 100000010100110000111111010011000110100010000001010011000011111101001100 | 814c3f4c68814c3f4c |
EUC-JP | ´íLh´íL | 10100001101011011000111110101011101111110100110001101000101000011010110110001111101010111011111101001100 | a1ad8fabbf4c68a1ad8fabbf4c |
UTF-8 | ´íLh´íL | 1100001010110100110000111010110101001100011010001100001010110100110000111010110101001100 | c2b4c3ad4c68c2b4c3ad4c |
UHC | ´?Lh´?L | 101000101010010100111111010011000110100010100010101001010011111101001100 | a2a53f4c68a2a53f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)