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 | 浯溥貊シ鞴貅 | 1111101011111100100111111110111011100110101110111011110011101000111001001110011010111010 | fafc9feee6bbbce8e4e6ba |
EUC-JP | 浯溥貊シ鞴貅 | 10001111110001111100001111011110111100001110110010111101100011101011110011110000111001101110110010111100 | 8fc7c3def0ecbd8ebcf0e6ecbc |
UTF-8 | 浯溥貊シ鞴貅 | 111001101011010110101111111001101011101010100101111010001011001010001010111011111011110110111100111010011001111010110100111010001011001010000101 | e6b5afe6baa5e8b28aefbdbce99eb4e8b285 |
UHC | ?溥貊??? | 0011111111011101101010101101100011100111001111110011111100111111 | 3fddaad8e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)