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 | 蝴?旭 | 1110010110011010001111111000100010101110 | e59a3f88ae |
EUC-JP | 蝴?旭 | 1110100111111010001111111011000010110000 | e9fa3fb0b0 |
UTF-8 | 蝴렢旭 | 111010001001110110110100111010111010000010100010111001101001011110101101 | e89db4eba0a2e697ad |
UHC | 蝴렢旭 | 111110111101110110001110101100111110100111101111 | fbdd8eb3e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)