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 | 蜈??瓦? | 11100101100001010011111100111111100010101010001000111111 | e5853f3f8aa23f |
EUC-JP | 蜈??瓦? | 11101001111001010011111100111111101101001010010000111111 | e9e53f3fb4a43f |
UTF-8 | 蜈욄뉵瓦귟 | 111010001001110010001000111011001001101010000100111010111000100110110101111001111001001110100110111010101011011110011111 | e89c88ec9a84eb89b5e793a6eab79f |
UHC | 蜈욄뉵瓦귟 | 11101000101001011001111011100110101101001011101111101000101111111000001011101000 | e8a59ee6b4bbe8bf82e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)