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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 舗贔僞B | 10010101110111001110011011011011100110010100010101000010 | 95dce6db994542 |
EUC-JP | 舗贔僞B | 11001010110111101110110011011101110100011010011001000010 | cadeecddd1a642 |
UTF-8 | 舗贔僞B | 11101000100010001001011111101000101101001001010011100101100000111001111001000010 | e88897e8b494e5839e42 |
UHC | ??僞B | 0011111100111111111010101100101001000010 | 3f3feaca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)