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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩ォ蜍滉嶹 | 111010011010100110101011111001011000101110011111111001001111101010110101 | e9a9abe58b9fe4fab5 |
EUC-JP | 鬩ォ蜍滉嶹 | 1111001010101011100011101010101111101001111010111101111011100110100011111011101111110101 | f2ab8eabe9ebdee68fbbf5 |
UTF-8 | 鬩ォ蜍滉嶹 | 111010011010110010101001111011111011110110101011111010001001110010001101111001101011101110001001111001011011011010111001 | e9aca9efbdabe89c8de6bb89e5b6b9 |
UHC | ???滉? | 001111110011111100111111111111001101000100111111 | 3f3f3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)