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 | 瓮h?熱? | 1110000101000100100000101000100000111111100101000100110100111111 | e14482883f944d3f |
EUC-JP | 瓮h?熱? | 1110000110100101101000111110100000111111110001111010111000111111 | e1a5a3e83fc7ae3f |
UTF-8 | 瓮h㈄熱풣 | 111001111001001110101110111011111011110110001000111000111000100010000100111001111000011010110001111011011001001010100011 | e793aeefbd88e38884e786b1ed92a3 |
UHC | 瓮h㈄熱풣 | 11101000101101111010001111101000101010011011010111100110111100001011111101000110 | e8b7a3e8a9b5e6f0bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)