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 | ???抵 | 0011111100111111001111111001001011101111 | 3f3f3f92ef |
EUC-JP | ???抵 | 0011111100111111001111111100010011110001 | 3f3f3fc4f1 |
UTF-8 | 咽듸슁抵 | 111011111010011010011110111010111001001110111000111011001000101010000001111001101000101010110101 | efa69eeb93b8ec8a81e68ab5 |
UHC | 咽듸슁抵 | 1110011011101100101101011110111110111101101100111110111010111101 | e6ecb5efbdb3eebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)