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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 召エY召エbE | 100011111010001010110100010110011000111110100010101101000110001001000101 | 8fa2b4598fa2b46245 |
EUC-JP | 召エY召エbE | 1011111010100100100011101011010001011001101111101010010010001110101101000110001001000101 | bea48eb459bea48eb46245 |
UTF-8 | 召エY召エbE | 111001011000111110101100111011111011110110110100010110011110010110001111101011001110111110111101101101000110001001000101 | e58facefbdb459e58facefbdb46245 |
UHC | 召?Y召?bE | 111000011010111100111111010110011110000110101111001111110110001001000101 | e1af3f59e1af3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)