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 | 枳??蛟?? | 1001111001101011001111110011111111100101100000000011111100111111 | 9e6b3f3fe5803f3f |
EUC-JP | 枳?邕蛟?? | 11011011110011000011111110001111111000011110110111101001111000000011111100111111 | dbcc3f8fe1ede9e03f3f |
UTF-8 | 枳렚邕蛟렰렏 | 111001101001111010110011111010111010000010011010111010011000001010010101111010001001101110011111111010111010000010110000111010111010000010001111 | e69eb3eba09ae98295e89b9feba0b0eba08f |
UHC | 枳렚邕蛟렰렏 | 111100101010110010001110101011011110100010111011110011101111000110001110101111011000111010100101 | f2ac8eade8bbcef18ebd8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)