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 | 1000101101011000001111110011111101000010 | 8b583f3f42 |
EUC-JP | 宜??B | 1011010110111001001111110011111101000010 | b5b93f3f42 |
UTF-8 | 宜뺤뱯B | 11100101101011101001110011101011101110101010010011101011101100011010111101000010 | e5ae9cebbaa4ebb1af42 |
UHC | 宜뺤뱯B | 11101011111100011001010111101100100100111001010101000010 | ebf195ec939542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)