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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜈??瓦?? | 1110010110000101001111110011111110001010101000100011111100111111 | e5853f3f8aa23f3f |
EUC-JP | 蜈??瓦?? | 1110100111100101001111110011111110110100101001000011111100111111 | e9e53f3fb4a43f3f |
UTF-8 | 蜈욄뉵瓦귟쪥 | 111010001001110010001000111011001001101010000100111010111000100110110101111001111001001110100110111010101011011110011111111011001010101010100101 | e89c88ec9a84eb89b5e793a6eab79fecaaa5 |
UHC | 蜈욄뉵瓦귟쪥 | 111010001010010110011110111001101011010010111011111010001011111110000010111010001010010110011110 | e8a59ee6b4bbe8bf82e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)