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 | ëäì\ | 11101011111001001001000011101100100001101001110001011100 | ebe490ec869c5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ëä?ì??\ | 10001111101010111011001110001111101010111010001100111111100011111010101111000000001111110011111101011100 | 8fabb38faba33f8fabc03f3f5c |
UTF-8 | ëäì\ | 11000011101010111100001110100100110000101001000011000011101011001100001010000110110000101001110001011100 | c3abc3a4c290c3acc286c29c5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)