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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聽随Г | 111000111110001110010000100011111000010001000011 | e3e3908f8443 |
EUC-JP | 聽随Г | 111001101110010110111111111011111010011110100100 | e6e5bfefa7a4 |
UTF-8 | 聽随Г | 1110100010000001101111011110100110011010100011111101000010010011 | e881bde99a8fd093 |
UHC | 聽?Г | 1111010011101001001111111010110010100100 | f4e93faca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)