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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髏皮ク∽ソョ^ | 11101001100100001001010011100111101110001000000111100100101111111010111001011110 | e99094e7b881e4bfae5e |
EUC-JP | 髏皮ク∽ソョ^ | 11110001111100001100100011101001100011101011100010100010111001101000111010111111100011101010111001011110 | f1f0c8e98eb8a2e68ebf8eae5e |
UTF-8 | 髏皮ク∽ソョ^ | 11101001101010111000111111100111100110101010111011101111101111011011100011100010100010001011110111101111101111011011111111101111101111011010111001011110 | e9ab8fe79aaeefbdb8e288bdefbdbfefbdae5e |
UHC | ?皮?∽??^ | 001111111111100110101011001111111010000111101111001111110011111101011110 | 3ff9ab3fa1ef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)