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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豎夛ソ狩ェセ | 111001101011000110011010111010101011111110001110111010111010101010111110 | e6b19aeabf8eebaabe |
EUC-JP | 豎夛ソ狩ェセ | 111011001011001111010100111011001000111010111111101111001110110110001110101010101000111010111110 | ecb3d4ec8ebfbced8eaa8ebe |
UTF-8 | 豎夛ソ狩ェセ | 111010001011000110001110111001011010010010011011111011111011110110111111111001111000101110101001111011111011110110101010111011111011110110111110 | e8b18ee5a49befbdbfe78ba9efbdaaefbdbe |
UHC | ???狩?? | 00111111001111110011111111100010101011010011111100111111 | 3f3f3fe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)