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^ | 111001101000100110111111010011001110011010001001101111110100110001011110 | e689bf4ce689bf4c5e |
EUC-JP | 謇ソL謇ソL^ | 1110101111101001100011101011111101001100111010111110100110001110101111110100110001011110 | ebe98ebf4cebe98ebf4c5e |
UTF-8 | 謇ソL謇ソL^ | 111010001010110010000111111011111011110110111111010011001110100010101100100001111110111110111101101111110100110001011110 | e8ac87efbdbf4ce8ac87efbdbf4c5e |
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)