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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?次h?次 | 00111111100011101001111101101000001111111000111010011111 | 3f8e9f683f8e9f |
EUC-JP | ?次h?次 | 00111111101111001010000101101000001111111011110010100001 | 3fbca1683fbca1 |
UTF-8 | 롆次h롆次 | 11101011101000011000011011100110101011001010000101101000111010111010000110000110111001101010110010100001 | eba186e6aca168eba186e6aca1 |
UHC | 롆次h롆次 | 100011101100110011110011101011010110100010001110110011001111001110101101 | 8eccf3ad688eccf3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)