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 | 嶸オ巐喜 | 111110101011010010110101111110101011011010001010111011001111011010110001 | fab4b5fab68aecf6b1 |
EUC-JP | 嶸オ巐喜? | 1000111110111011111101001000111010110101100011111011101111111001101101001110111000111111 | 8fbbf48eb58fbbf9b4ee3f |
UTF-8 | 嶸オ巐喜 | 111001011011011010111000111011111011110110110101111001011011011110010000111001011001011010011100111011101001001110011000 | e5b6b8efbdb5e5b790e5969cee9398 |
UHC | 嶸??喜? | 11100111101011100011111100111111111111011110110000111111 | e7ae3f3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)