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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?廟秘蝗杳^ | 00111111100101010101111110010100111010011110010110011011100111011110000001011110 | 3f955f94e9e59b9de05e |
EUC-JP | ?廟秘蝗杳^ | 00111111110010011100000011001000111010111110100111111011110110101110001001011110 | 3fc9c0c8ebe9fbdae25e |
UTF-8 | 뤲廟秘蝗杳^ | 11101011101001001011001011100101101110111001111111100111101001111001100011101000100111011001011111100110100111011011001101011110 | eba4b2e5bb9fe7a798e89d97e69db35e |
UHC | 뤲廟秘蝗杳^ | 1000111111100000110110011101100111011101111110101111110011011001110110011101110001011110 | 8fe0d9d9ddfafcd9d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)