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 | 造???陳? | 1001000110100010001111110011111100111111100100101100001000111111 | 91a23f3f3f92c23f |
EUC-JP | 造???陳? | 1100001010100100001111110011111100111111110001001100010000111111 | c2a43f3f3fc4c43f |
UTF-8 | 造렋履먕陳렣 | 111010011000000010100000111010111010000010001011111011111010011110011111111010111010100010010101111010011001100110110011111010111010000010100011 | e980a0eba08befa79feba895e999b3eba0a3 |
UHC | 造렋履먕陳렣 | 111100001110001110001110101000101110110010101010101110001101001011110010111001111000111010110100 | f0e38ea2ecaab8d2f2e78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)