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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 蛭?t | 10010101011001110011111101110100 | 95673f74 |
EUC-JP | 蛭?t | 11001001110010000011111101110100 | c9c83f74 |
UTF-8 | 蛭샷t | 11101000100110111010110111101100100000111011011101110100 | e89badec83b774 |
UHC | 蛭샷t | 1111001011110100101111001010011001110100 | f2f4bca674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)