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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???佚??? | 0011111100111111001111111001100011000011001111110011111100111111 | 3f3f3f98c33f3f3f |
EUC-JP | ???佚??? | 0011111100111111001111111101000011000101001111110011111100111111 | 3f3f3fd0c53f3f3f |
UTF-8 | 溜삡슴佚뚮젿溜 | 111011111010011110001011111011001000001010100001111011001000101010110100111001001011110110011010111010111001101010101110111011001010000010111111111011111010011110001011 | efa78bec82a1ec8ab4e4bd9aeb9aaeeca0bfefa78b |
UHC | 溜삡슴佚뚮젿溜 | 1110101011111110101110111110010010111101101111111110110011101010100011001110101110100000101100011110101011111110 | eafebbe4bdbfecea8ceba0b1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)