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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂攀燾 | 100011101000100110011101101100111111101101011010 | 8e899db3fb5a |
EUC-JP | 脂攀燾 | 10111011111010011101101010110101100011111100101010111101 | bbe9dab58fcabd |
UTF-8 | 脂攀燾 | 111010001000010010000010111001101001010010000000111001111000011110111110 | e88482e69480e787be |
UHC | 脂攀燾 | 111100101011011111011010111001111101010010100111 | f2b7dae7d4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)