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 | 奪奪其 | 100100100100010010010010010001001001000110110100 | 9244924491b4 |
EUC-JP | 奪奪其 | 110000111010010111000011101001011100001010110110 | c3a5c3a5c2b6 |
UTF-8 | 奪奪其 | 111001011010010110101010111001011010010110101010111001011000010110110110 | e5a5aae5a5aae585b6 |
UHC | 奪奪其 | 111101111010110011110111101011001101000011101100 | f7acf7acd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)