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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躍纖牀蓍 | 1001011011110100111000111001100111100000101011001110010011100111 | 96f4e399e0ace4e7 |
EUC-JP | 躍纖牀蓍 | 1100110011110110111001011111100111100000101011101110100011101001 | ccf6e5f9e0aee8e9 |
UTF-8 | 躍纖牀蓍 | 111010001011101010001101111001111011101010010110111001111000100110000000111010001001001110001101 | e8ba8de7ba96e78980e8938d |
UHC | 躍纖牀蓍 | 1110010110111000111000001110100111011111110100011110001111001001 | e5b8e0e9dfd1e3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)