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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????ズ | 00111111001111110011111100111111001111111000001101011001 | 3f3f3f3f3f8359 |
EUC-JP | 倻????ズ | 100011111011000111110110001111110011111100111111001111111010010110111010 | 8fb1f63f3f3f3fa5ba |
UTF-8 | 倻뽮퍌留붻ズ | 111001011000000010111011111010111011110110101110111011011000110110001100111011111010011110001101111010111011011010111011111000111000001010111010 | e580bbebbdaeed8d8cefa78debb6bbe382ba |
UHC | 倻뽮퍌留붻ズ | 111001011010011010010110111010101011101110000011111010111010011110010100111010001010101110111010 | e5a696eabb83eba794e8abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)