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 | 髣肴彫 | 111010011001011110001101111001101001001010100100 | e9978de692a4 |
EUC-JP | 髣肴彫 | 111100011111011110111010111010001100010010100110 | f1f7bae8c4a6 |
UTF-8 | 髣肴彫 | 111010011010101110100011111010001000001010110100111001011011110110101011 | e9aba3e882b4e5bdab |
UHC | ?肴彫 | 0011111111111101101000101111000011000001 | 3ffda2f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)