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 | 闢企。秘ョェ^ | 11101000100100111000101011101001101000011001010011101001101011101010101001011110 | e8938ae9a194e9aeaa5e |
EUC-JP | 闢企。秘ョェ^ | 11101111111100111011010011101011100011101010000111001000111010111000111010101110100011101010101001011110 | eff3b4eb8ea1c8eb8eae8eaa5e |
UTF-8 | 闢企。秘ョェ^ | 11101001100101111010001011100100101111001000000111101111101111011010000111100111101001111001100011101111101111011010111011101111101111011010101001011110 | e997a2e4bc81efbda1e7a798efbdaeefbdaa5e |
UHC | 闢企?秘??^ | 11011100101000111101000011101010001111111101110111111010001111110011111101011110 | dca3d0ea3fddfa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)