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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣庭攣墲 | 1110100110100101100100101110101110011101101110011111101010011110 | e9a592eb9db9fa9e |
EUC-JP | 鬣庭攣墲 | 111100101010011111000100111011011101101010111011100011111011100011001110 | f2a7c4eddabb8fb8ce |
UTF-8 | 鬣庭攣墲 | 111010011010110010100011111001011011101010101101111001101001010010100011111001011010001010110010 | e9aca3e5baade694a3e5a2b2 |
UHC | ?庭攣? | 001111111110111111010100110101011111110100111111 | 3fefd4d5fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)