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 | 蠇懆ュ倬鮎 | 111110111010000110011100111010001010110110011000111010011000100010111100 | fba19ce8ad98e988bc |
EUC-JP | ?懆ュ倬鮎 | 001111111101100011101010100011101010110111010000111010111011000010111110 | 3fd8ea8eadd0ebb0be |
UTF-8 | 蠇懆ュ倬鮎 | 111010001010000010000111111001101000011110000110111011111011110110101101111001011000000010101100111010011010111010001110 | e8a087e68786efbdade580ace9ae8e |
UHC | ???倬鮎 | 00111111001111110011111111110110111100001110111111000110 | 3f3f3ff6f0efc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)