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 | ??????AO\ | 001111110011111100111111001111110011111100111111010000010100111101011100 | 3f3f3f3f3f3f414f5c |
SJIS-WIN | ??????AO\ | 001111110011111100111111001111110011111100111111010000010100111101011100 | 3f3f3f3f3f3f414f5c |
EUC-JP | ??????AO\ | 001111110011111100111111001111110011111100111111010000010100111101011100 | 3f3f3f3f3f3f414f5c |
UTF-8 | 淋꾪삒淋귦삫AO\ | 111011111010011110110101111010101011111010101010111011001000001010010010111011111010011110110101111010101011011110100110111011001000001010101011010000010100111101011100 | efa7b5eabeaaec8292efa7b5eab7a6ec82ab414f5c |
UHC | 淋꾪삒淋귦삫AO\ | 111011001111100010000100111011011001100010010111111011001111100010000010111011011001100010101010010000010100111101011100 | ecf884ed9897ecf882ed98aa414f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)