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 | 鞨オ蜊ア蕣 | 1110100011100000101101011110010110001101101100011110010011111010 | e8e0b5e58db1e4fa |
EUC-JP | 鞨オ蜊ア蕣 | 11110000111000101000111010110101111010011110110110001110101100011110100011111100 | f0e28eb5e9ed8eb1e8fc |
UTF-8 | 鞨オ蜊ア蕣 | 111010011001111010101000111011111011110110110101111010001001110010001010111011111011110110110001111010001001010110100011 | e99ea8efbdb5e89c8aefbdb1e895a3 |
UHC | 鞨???蕣 | 11001010111010100011111100111111001111111110001011110010 | caea3f3f3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)