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 | ÀÏÌñÀè | 110000001100111111001100111100011100000011101000 | c0cfccf1c0e8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÀÏÌñÀè | 100011111010101010100010100011111010101011000001100011111010101011000000100011111010101111010000100011111010101010100010100011111010101110110010 | 8faaa28faac18faac08fabd08faaa28fabb2 |
UTF-8 | ÀÏÌñÀè | 110000111000000011000011100011111100001110001100110000111011000111000011100000001100001110101000 | c380c38fc38cc3b1c380c3a8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)