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 | 11111010111110111011000001101000 | fafbb068 |
SJIS-WIN | ??°h | 0011111100111111100000011000101101101000 | 3f3f818b68 |
EUC-JP | úû°h | 100011111010101111100010100011111010101111100101101000011110101101101000 | 8fabe28fabe5a1eb68 |
UTF-8 | úû°h | 11000011101110101100001110111011110000101011000001101000 | c3bac3bbc2b068 |
UHC | ??°h | 0011111100111111101000011100011001101000 | 3f3fa1c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)