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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 種?}種?{^ | 100011101110110100111111011111011000111011101101001111110111101101011110 | 8eed3f7d8eed3f7b5e |
EUC-JP | 種崍}種崍{^ | 10111100111011111000111110111011110001000111110110111100111011111000111110111011110001000111101101011110 | bcef8fbbc47dbcef8fbbc47b5e |
UTF-8 | 種崍}種崍{^ | 111001111010100010101110111001011011010010001101011111011110011110101000101011101110010110110100100011010111101101011110 | e7a8aee5b48d7de7a8aee5b48d7b5e |
UHC | 種崍}種崍{^ | 1111000011111010110101011100111101111101111100001111101011010101110011110111101101011110 | f0fad5cf7df0fad5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)