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 | 鈼式ク遘飄 | 1111101111000110100011101010111011110001111110011011100011100111101001111110100101000111 | fbc68eaef1f9b8e7a7e947 |
EUC-JP | 鈼式?ク遘飄 | 100011111110001111010110101111001011000000111111100011101011100011101110101010011111000110101000 | 8fe3d6bcb03f8eb8eea9f1a8 |
UTF-8 | 鈼式ク遘飄 | 111010011000100010111100111001011011110010001111111011101000010110110100111011111011110110111000111010011000000110011000111010011010001110000100 | e988bce5bc8fee85b4efbdb8e98198e9a384 |
UHC | ?式???飄 | 0011111111100011110100100011111100111111001111111111100011111101 | 3fe3d23f3f3ff8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)