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 | ÙNÙ | 1001101111011001010011101001101111011001 | 9bd94e9bd9 |
SJIS-WIN | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
EUC-JP | ?ÙN?Ù | 001111111000111110101010111000110100111000111111100011111010101011100011 | 3f8faae34e3f8faae3 |
UTF-8 | ÙNÙ | 110000101001101111000011100110010100111011000010100110111100001110011001 | c29bc3994ec29bc399 |
UHC | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)