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 | ??┝??┝^ | 001111110011111110000100101110100011111100111111100001001011101001011110 | 3f3f84ba3f3f84ba5e |
EUC-JP | ??┝??┝^ | 001111110011111110101000101111000011111100111111101010001011110001011110 | 3f3fa8bc3f3fa8bc5e |
UTF-8 | 亮뤄┝亮뤄┝^ | 11101111101001011011011111101011101001001000010011100010100101001001110111101111101001011011011111101011101001001000010011100010100101001001110101011110 | efa5b7eba484e2949defa5b7eba484e2949d5e |
UHC | 亮뤄┝亮뤄┝^ | 11100101101110011011011111101111101001101011110011100101101110011011011111101111101001101011110001011110 | e5b9b7efa6bce5b9b7efa6bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)