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 | 蜈ィ髢 | 1110010110000101101010001110100110010110 | e585a8e996 |
EUC-JP | 蜈ィ髢 | 111010011110010110001110101010001111000111110110 | e9e58ea8f1f6 |
UTF-8 | 蜈ィ髢 | 111010001001110010001000111011111011110110101000111010011010101110100010 | e89c88efbda8e9aba2 |
UHC | 蜈?? | 11101000101001010011111100111111 | e8a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)