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 | 100011101110110110001010101011000011111101000010 | 8eed8aac3f42 |
EUC-JP | 種堪?B | 101111001110111110110100101011100011111101000010 | bcefb4ae3f42 |
UTF-8 | 種堪♧B | 11100111101010001010111011100101101000001010101011100010100110011010011101000010 | e7a8aee5a0aae299a742 |
UHC | 種堪♧B | 11110000111110101100101011101101101000101011111101000010 | f0facaeda2bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)