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 | 鱆眄瘁 | 111010011110000111100001101111101110000110000001 | e9e1e1bee181 |
EUC-JP | 鱆眄瘁 | 111100101110001111100010110000001110000111100001 | f2e3e2c0e1e1 |
UTF-8 | 鱆眄瘁 | 111010011011000110000110111001111001110010000100111001111001100010000001 | e9b186e79c84e79881 |
UHC | ?眄? | 00111111110110001111100000111111 | 3fd8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)