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 | 111001101001101011100110011000110011111101000010 | e69ae6633f42 |
EUC-JP | 證訥?B | 111010111111101011101011110001000011111101000010 | ebfaebc43f42 |
UTF-8 | 證訥네B | 11101000101011011000100111101000101010001010010111101011100001001010010001000010 | e8ad89e8a8a5eb84a442 |
UHC | 證訥네B | 11110001111110111101001011101101101100111101011101000010 | f1fbd2edb3d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)