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 | 漬?迂蛟?? | 100100101101000000111111100010010100100111100101100000000011111100111111 | 92d03f8949e5803f3f |
EUC-JP | 漬?迂蛟?? | 110001001101001000111111101100011010101011101001111000000011111100111111 | c4d23fb1aae9e03f3f |
UTF-8 | 漬렓迂蛟렰렒 | 111001101011110010101100111010111010000010010011111010001011111110000010111010001001101110011111111010111010000010110000111010111010000010010010 | e6bcaceba093e8bf82e89b9feba0b0eba092 |
UHC | 漬렓迂蛟렰렒 | 111100101011000010001110101010001110100111100110110011101111000110001110101111011000111010100111 | f2b08ea8e9e6cef18ebd8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)