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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷ィ蛟」閨 | 1110100110011110101010001110010110000000101000111110100010000001 | e99ea8e580a3e881 |
EUC-JP | 髷ィ蛟」閨 | 11110001111111101000111010101000111010011110000010001110101000111110111111100001 | f1fe8ea8e9e08ea3efe1 |
UTF-8 | 髷ィ蛟」閨 | 111010011010101110110111111011111011110110101000111010001001101110011111111011111011110110100011111010011001011010101000 | e9abb7efbda8e89b9fefbda3e996a8 |
UHC | ??蛟?閨 | 00111111001111111100111011110001001111111101000010110001 | 3f3fcef13fd0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)