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 | 蜃躯徐 | 111001011000011110001011111010111000111110011001 | e5878beb8f99 |
EUC-JP | 蜃躯徐 | 111010011110011110110110111011011011110111111001 | e9e7b6edbdf9 |
UTF-8 | 蜃躯徐 | 111010001001110010000011111010001011101010101111111001011011111010010000 | e89c83e8baafe5be90 |
UHC | 蜃?徐 | 1110001111110001001111111101111111101111 | e3f13fdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)