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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 忍搜h | 1001010001000101100111010111001001101000 | 94459d7268 |
EUC-JP | 忍搜h | 1100011110100110110110011101001101101000 | c7a6d9d368 |
UTF-8 | 忍搜h | 11100101101111111000110111100110100100001001110001101000 | e5bf8de6909c68 |
UHC | 忍搜h | 1110110011011011111000101010010001101000 | ecdbe2a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)