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 | 陷帝。秘ョェ^ | 11101000100111001001001011101001101000011001010011101001101011101010101001011110 | e89c92e9a194e9aeaa5e |
EUC-JP | 陷帝。秘ョェ^ | 11101111111111001100010011101011100011101010000111001000111010111000111010101110100011101010101001011110 | effcc4eb8ea1c8eb8eae8eaa5e |
UTF-8 | 陷帝。秘ョェ^ | 11101001100110011011011111100101101110001001110111101111101111011010000111100111101001111001100011101111101111011010111011101111101111011010101001011110 | e999b7e5b89defbda1e7a798efbdaeefbdaa5e |
UHC | 陷帝?秘??^ | 11111001111010001111000010101000001111111101110111111010001111110011111101011110 | f9e8f0a83fddfa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)