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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞨シ莢ゥ鞨シ | 111010001110000010111100111001001011000010101001111010001110000010111100 | e8e0bce4b0a9e8e0bc |
EUC-JP | 鞨シ莢ゥ鞨シ | 111100001110001010001110101111001110100010110010100011101010100111110000111000101000111010111100 | f0e28ebce8b28ea9f0e28ebc |
UTF-8 | 鞨シ莢ゥ鞨シ | 111010011001111010101000111011111011110110111100111010001000111010100010111011111011110110101001111010011001111010101000111011111011110110111100 | e99ea8efbdbce88ea2efbda9e99ea8efbdbc |
UHC | 鞨?莢?鞨? | 110010101110101000111111111110101111100000111111110010101110101000111111 | caea3ffaf83fcaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)