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 | 綜?n雍?贈 | 10010001100011100011111110000010100011101110100010110100001111111001000110100001 | 918e3f828ee8b43f91a1 |
EUC-JP | 綜?n雍?贈 | 11000001111011100011111110100011111011101111000010110110001111111100001010100011 | c1ee3fa3eef0b63fc2a3 |
UTF-8 | 綜쭤n雍렟贈 | 111001111011011010011100111011001010110110100100111011111011110110001110111010011001101110001101111010111010000010011111111010001011010010001000 | e7b69cecada4efbd8ee99b8deba09fe8b488 |
UHC | 綜쭤n雍렟贈 | 111100001111110011000010111001011010001111101110111010001011110010001110101100001111000111111100 | f0fcc2e5a3eee8bc8eb0f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)