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 | 齏珈剱 | 111010001110101111100000110110111001100110011011 | e8ebe0db999b |
EUC-JP | 齏珈剱 | 111100001110110111100000110111011101000111111011 | f0ede0ddd1fb |
UTF-8 | 齏珈剱 | 111010011011110110001111111001111000111110001000111001011000100110110001 | e9bd8fe78f88e589b1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)