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 | 皎瘟爼 | 111000011010011111100001100010011110000010101010 | e1a7e189e0aa |
EUC-JP | 皎瘟爼 | 111000101010100111100001111010011110000010101100 | e2a9e1e9e0ac |
UTF-8 | 皎瘟爼 | 111001111001101010001110111001111001100010011111111001111000100010111100 | e79a8ee7989fe788bc |
UHC | 皎瘟? | 1100111011101011111010001011000000111111 | ceebe8b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)