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 | ??b?? | 0011111100111111011000100011111100111111 | 3f3f623f3f |
SJIS-WIN | 蟾スb譽售 | 1110010110110111101111010110001011100110101000111001101001010011 | e5b7bd62e6a39a53 |
EUC-JP | 蟾スb譽售 | 111010101011100110001110101111010110001011101100101001011101001110110100 | eab98ebd62eca5d3b4 |
UTF-8 | 蟾スb譽售 | 11101000100111111011111011101111101111011011110101100010111010001010110110111101111001011001010010101110 | e89fbeefbdbd62e8adbde594ae |
UHC | 蟾?b譽? | 11100000111010100011111101100010111001111110001000111111 | e0ea3f62e7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)