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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 倭??魏?] | 1001100001100000001111110011111111101001101100000011111101011101 | 98603f3fe9b03f5d |
EUC-JP | 倭??魏?] | 1100111111000001001111110011111111110010101100100011111101011101 | cfc13f3ff2b23f5d |
UTF-8 | 倭녾남魏좯] | 11100101100000001010110111101011100001011011111011101011100000101010100011101001101011011000111111101100101000101010111101011101 | e580adeb85beeb82a8e9ad8feca2af5d |
UHC | 倭녾남魏좯] | 1110100011011110100001101110101010110011101100101110101011100000101000010100101001011101 | e8de86eab3b2eae0a14a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)