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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 皓?蝴?駭 | 1110000110101001001111111110010110011010001111111110100101101110 | e1a93fe59a3fe96e |
EUC-JP | 皓?蝴?駭 | 1110001010101011001111111110100111111010001111111111000111001111 | e2ab3fe9fa3ff1cf |
UTF-8 | 皓렍蝴렖駭 | 111001111001101010010011111010111010000010001101111010001001110110110100111010111010000010010110111010011010011110101101 | e79a93eba08de89db4eba096e9a7ad |
UHC | 皓렍蝴렖駭 | 11111011110100111000111010100011111110111101110110001110101010111111101010110100 | fbd38ea3fbdd8eabfab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)