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 | 中?諸?枳? | 100100101000011000111111100011111001010000111111100111100110101100111111 | 92863f8f943f9e6b3f |
EUC-JP | 中?諸?枳? | 110000111110011000111111101111011111010000111111110110111100110000111111 | c3e63fbdf43fdbcc3f |
UTF-8 | 中렧諸렪枳렟 | 111001001011100010101101111010111010000010100111111010001010101110111000111010111010000010101010111001101001111010110011111010111010000010011111 | e4b8adeba0a7e8abb8eba0aae69eb3eba09f |
UHC | 中렧諸렪枳렟 | 111100011110100110001110101101101111000010110011100011101011100011110010101011001000111010110000 | f1e98eb6f0b38eb8f2ac8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)