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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 涌哈涌u | 10010111010011111001100111111011100101110100111101110101 | 974f99fb974f75 |
EUC-JP | 涌哈涌u | 11001101101100001101001011111101110011011011000001110101 | cdb0d2fdcdb075 |
UTF-8 | 涌哈涌u | 11100110101101101000110011100101100100111000100011100110101101101000110001110101 | e6b68ce59388e6b68c75 |
UHC | 涌哈涌u | 11101001101111111111100111101011111010011011111101110101 | e9bff9ebe9bf75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)