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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昱蓑? | 1111101001100011100101101010101000111111 | fa6396aa3f |
EUC-JP | 昱蓑? | 100011111100001010101101110011001010110000111111 | 8fc2adccac3f |
UTF-8 | 昱蓑렲 | 111001101001100010110001111010001001001110010001111010111010000010110010 | e698b1e89391eba0b2 |
UHC | 昱蓑렲 | 111010011111000011011110111011101000111010111111 | e9f0deee8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)