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 | 雜≫伯 | 111010001011011010000001111000101001010010001100 | e8b681e2948c |
EUC-JP | 雜≫伯 | 111100001011100010100010111001001100011111101100 | f0b8a2e4c7ec |
UTF-8 | 雜≫伯 | 111010011001101110011100111000101000100110101011111001001011110010101111 | e99b9ce289abe4bcaf |
UHC | 雜≫伯 | 111011011101101010100001111011011101101111010111 | eddaa1eddbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)