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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佯????? | 10011000110100010011111100111111001111110011111100111111 | 98d13f3f3f3f3f |
EUC-JP | 佯????? | 11010000110100110011111100111111001111110011111100111111 | d0d33f3f3f3f3f |
UTF-8 | 佯듬씦杻⑴릭 | 111001001011110110101111111010111001001110101100111011001001010010100110111011111010011110001000111000101001000110110100111010111010011010101101 | e4bdafeb93acec94a6efa788e291b4eba6ad |
UHC | 佯듬씦杻⑴릭 | 111001011011101010110101111010111001110110111010111010101111010010101001111001111011100010101111 | e5bab5eb9dbaeaf4a9e7b8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)