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 | ワェレリ | 110111001010101011111001101010111101101011011000 | dcaaf9abdad8 |
EUC-JP | ワェ?レリ | 100011101101110010001110101010100011111110001110110110101000111011011000 | 8edc8eaa3f8eda8ed8 |
UTF-8 | ワェレリ | 111011111011111010011100111011111011110110101010111011101001110010000110111011111011111010011010111011111011111010011000 | efbe9cefbdaaee9c86efbe9aefbe98 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)