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 | Õ¤÷î\ | 1101010110100100111101111110111001011100 | d5a4f7ee5c |
SJIS-WIN | ??÷?\ | 001111110011111110000001100000000011111101011100 | 3f3f81803f5c |
EUC-JP | Õ¤÷î\ | 100011111010101011011000100011111010001011110000101000011110000010001111101010111100001001011100 | 8faad88fa2f0a1e08fabc25c |
UTF-8 | Õ¤÷î\ | 110000111001010111000010101001001100001110110111110000111010111001011100 | c395c2a4c3b7c3ae5c |
UHC | ?¤÷?\ | 00111111101000101011010010100001110000000011111101011100 | 3fa2b4a1c03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)