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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 螂ュD螂ュD^ | 111001011010010110101101010001001110010110100101101011010100010001011110 | e5a5ad44e5a5ad445e |
EUC-JP | 螂ュD螂ュD^ | 1110101010100111100011101010110101000100111010101010011110001110101011010100010001011110 | eaa78ead44eaa78ead445e |
UTF-8 | 螂ュD螂ュD^ | 111010001001111010000010111011111011110110101101010001001110100010011110100000101110111110111101101011010100010001011110 | e89e82efbdad44e89e82efbdad445e |
UHC | 螂?D螂?D^ | 110101011100110000111111010001001101010111001100001111110100010001011110 | d5cc3f44d5cc3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)