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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶸・巐喜ア疋 | 11111010101101001010010111111010101101101000101011101100101100011001010101000100 | fab4a5fab68aecb19544 |
EUC-JP | 嶸・巐喜ア疋 | 1000111110111011111101001000111010100101100011111011101111111001101101001110111010001110101100011100100110100101 | 8fbbf48ea58fbbf9b4ee8eb1c9a5 |
UTF-8 | 嶸・巐喜ア疋 | 111001011011011010111000111011111011110110100101111001011011011110010000111001011001011010011100111011111011110110110001111001111001011010001011 | e5b6b8efbda5e5b790e5969cefbdb1e7968b |
UHC | 嶸??喜?疋 | 111001111010111000111111001111111111110111101100001111111111100110110101 | e7ae3f3ffdec3ff9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)