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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 裼ソL裼ソL^ | 111001011110011110111111010011001110010111100111101111110100110001011110 | e5e7bf4ce5e7bf4c5e |
EUC-JP | 裼ソL裼ソL^ | 1110101011101001100011101011111101001100111010101110100110001110101111110100110001011110 | eae98ebf4ceae98ebf4c5e |
UTF-8 | 裼ソL裼ソL^ | 111010001010001110111100111011111011110110111111010011001110100010100011101111001110111110111101101111110100110001011110 | e8a3bcefbdbf4ce8a3bcefbdbf4c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)