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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 鮟作数H | 11101001101110111000110111101100100100001001010001001000 | e9bb8dec909448 |
EUC-JP | 鮟作数H | 11110010101111011011101011101110101111111111010001001000 | f2bdbaeebff448 |
UTF-8 | 鮟作数H | 11101001101011101001111111100100101111011001110011100110100101011011000001001000 | e9ae9fe4bd9ce695b048 |
UHC | 鮟作?H | 111001001101010111101101110000100011111101001000 | e4d5edc23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)