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 | ?g?hE | 0011111101100111001111110110100001000101 | 3f673f6845 |
SJIS-WIN | 辿g但hE | 10010010010010000110011110010010010000010110100001000101 | 92486792416845 |
EUC-JP | 辿g但hE | 11000011101010010110011111000011101000100110100001000101 | c3a967c3a26845 |
UTF-8 | 辿g但hE | 111010001011111010111111011001111110010010111101100001100110100001000101 | e8bebf67e4bd866845 |
UHC | ?g但hE | 001111110110011111010011101000110110100001000101 | 3f67d3a36845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)