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 | 髓?蛭? | 111010011001001000111111100101010110011100111111 | e9923f95673f |
EUC-JP | 髓?蛭? | 111100011111001000111111110010011100100000111111 | f1f23fc9c83f |
UTF-8 | 髓롐蛭렒 | 111010011010101110010011111010111010000110010000111010001001101110101101111010111010000010010010 | e9ab93eba190e89badeba092 |
UHC | 髓롐蛭렒 | 1110001011010000100011101101011011110010111101001000111010100111 | e2d08ed6f2f48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)