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 | 跋ィ迯ィ蹊 | 1110011011101011101010001110011110001101101010001110011011111100 | e6eba8e78da8e6fc |
EUC-JP | 跋ィ迯ィ蹊 | 11101100111011011000111010101000111011011110110110001110101010001110110011111110 | eced8ea8eded8ea8ecfe |
UTF-8 | 跋ィ迯ィ蹊 | 111010001011011110001011111011111011110110101000111010001011111110101111111011111011110110101000111010001011100110001010 | e8b78befbda8e8bfafefbda8e8b98a |
UHC | 跋???蹊 | 11011011101000100011111100111111001111111111101110110111 | dba23f3f3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)