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^ | 111001111000100010111110010011001110011110001000101111100100110001011110 | e788be4ce788be4c5e |
EUC-JP | 辷セL辷セL^ | 1110110111101000100011101011111001001100111011011110100010001110101111100100110001011110 | ede88ebe4cede88ebe4c5e |
UTF-8 | 辷セL辷セL^ | 111010001011111010110111111011111011110110111110010011001110100010111110101101111110111110111101101111100100110001011110 | e8beb7efbdbe4ce8beb7efbdbe4c5e |
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)