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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筧癶蝸 | 111000101010100011100001101000001110010110010111 | e2a8e1a0e597 |
EUC-JP | 筧癶蝸 | 111001001010101011100010101000101110100111110111 | e4aae2a2e9f7 |
UTF-8 | 筧癶蝸 | 111001111010110110100111111001111001100110110110111010001001110110111000 | e7ada7e799b6e89db8 |
UHC | ??蝸 | 00111111001111111110100011000100 | 3f3fe8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)