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 | àèà·K | 111000001110100011100000101101111001111101001011 | e0e8e0b79f4b |
SJIS-WIN | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
EUC-JP | àèà??K | 100011111010101110100010100011111010101110110010100011111010101110100010001111110011111101001011 | 8faba28fabb28faba23f3f4b |
UTF-8 | àèà·K | 1100001110100000110000111010100011000011101000001100001010110111110000101001111101001011 | c3a0c3a8c3a0c2b7c29f4b |
UHC | ???·?K | 00111111001111110011111110100001101001000011111101001011 | 3f3f3fa1a43f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)