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 | 蛭??擺莖 | 1001010101100111001111110011111110011101101100101110010010110001 | 95673f3f9db2e4b1 |
EUC-JP | 蛭??擺莖 | 1100100111001000001111110011111111011010101101001110100010110011 | c9c83f3fdab4e8b3 |
UTF-8 | 蛭샷뤙擺莖 | 111010001001101110101101111011001000001110110111111010111010010010011001111001101001001110111010111010001000111010010110 | e89badec83b7eba499e693bae88e96 |
UHC | 蛭샷뤙擺莖 | 11110010111101001011110010100110100011111100100011110111111011001100110011101100 | f2f4bca68fc8f7ecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)