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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ヘー] | 11110010111000111111011110101100110011011011000001011101 | f2e3f7accdb05d |
EUC-JP | ??ヘー] | 00111111001111111000111011001101100011101011000001011101 | 3f3f8ecd8eb05d |
UTF-8 | ヘー] | 11101110100010001001101011101110100101101000111111101111101111101000110111101111101111011011000001011101 | ee889aee968fefbe8defbdb05d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)