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 | 聽?唆 | 1110001111100011001111111000110110110100 | e3e33f8db4 |
EUC-JP | 聽頰唆 | 11100110111001011000111111101000101001001011101010110110 | e6e58fe8a4bab6 |
UTF-8 | 聽頰唆 | 111010001000000110111101111010011010000010110000111001011001010010000110 | e881bde9a0b0e59486 |
UHC | 聽頰唆 | 111101001110100111111010111110101101111011001010 | f4e9fafadeca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)