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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 弔?h弔 | 100100101010001000111111011010001001001010100010 | 92a23f6892a2 |
EUC-JP | 弔?h弔 | 110001001010010000111111011010001100010010100100 | c4a43f68c4a4 |
UTF-8 | 弔렟h弔 | 11100101101111001001010011101011101000001001111101101000111001011011110010010100 | e5bc94eba09f68e5bc94 |
UHC | 弔렟h弔 | 11110000110000001000111010110000011010001111000011000000 | f0c08eb068f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)