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 | 鬣庭攣 | 111010011010010110010010111010111001110110111001 | e9a592eb9db9 |
EUC-JP | 鬣庭攣 | 111100101010011111000100111011011101101010111011 | f2a7c4eddabb |
UTF-8 | 鬣庭攣 | 111010011010110010100011111001011011101010101101111001101001010010100011 | e9aca3e5baade694a3 |
UHC | ?庭攣 | 0011111111101111110101001101010111111101 | 3fefd4d5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)