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 | 靖?袁?申? | 100101101111010100111111111001011100110100111111100100000101110000111111 | 96f53fe5cd3f905c3f |
EUC-JP | 靖?袁?申? | 110011001111011100111111111010101100111100111111101111111011110100111111 | ccf73feacf3fbfbd3f |
UTF-8 | 靖렞袁렏申렊 | 111010011001110110010110111010111010000010011110111010001010001010000001111010111010000010001111111001111001010010110011111010111010000010001010 | e99d96eba09ee8a281eba08fe794b3eba08a |
UHC | 靖렞袁렏申렊 | 111011111111111010001110101011111110101010111110100011101010010111100011111010011000111010100001 | effe8eafeabe8ea5e3e98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)