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 | 11100101111001001000110101101011100111010110010001000010 | e5e48d6b9d6442 |
EUC-JP | 裝耕拇B | 11101010111001101011100111001100110110011100010101000010 | eae6b9ccd9c542 |
UTF-8 | 裝耕拇B | 11101000101000111001110111101000100000001001010111100110100010111000011101000010 | e8a39de88095e68b8742 |
UHC | 裝耕拇B | 11101101111110111100110011101001110110011110011101000010 | edfbcce9d9e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)