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 | 楓蛟??漬? | 100101011001011011100101100000000011111100111111100100101101000000111111 | 9596e5803f3f92d03f |
EUC-JP | 楓蛟??漬? | 110010011111011011101001111000000011111100111111110001001101001000111111 | c9f6e9e03f3fc4d23f |
UTF-8 | 楓蛟렰렪漬렓 | 111001101010010110010011111010001001101110011111111010111010000010110000111010111010000010101010111001101011110010101100111010111010000010010011 | e6a593e89b9feba0b0eba0aae6bcaceba093 |
UHC | 楓蛟렰렪漬렓 | 111110011010001111001110111100011000111010111101100011101011100011110010101100001000111010101000 | f9a3cef18ebd8eb8f2b08ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)