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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉚懆寇 | 111001111111010010011100111010001001101110000100 | e7f49ce89b84 |
EUC-JP | 鉚懆寇 | 111011101111011011011000111010101101010111100100 | eef6d8ead5e4 |
UTF-8 | 鉚懆寇 | 111010011000100110011010111001101000011110000110111001011010111110000111 | e9899ae68786e5af87 |
UHC | ??寇 | 00111111001111111100111110101000 | 3f3fcfa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)