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 | 意??淫?? | 1000100011010011001111110011111110001000111110100011111100111111 | 88d33f3f88fa3f3f |
EUC-JP | 意??淫?? | 1011000011010101001111110011111110110000111111000011111100111111 | b0d53f3fb0fc3f3f |
UTF-8 | 意쒕젶淫ㅼ꺏 | 111001101000010010001111111011001001001010010101111011001010000010110110111001101011011110101011111000111000010110111100111010101011101010001111 | e6848fec9295eca0b6e6b7abe385bceaba8f |
UHC | 意쒕젶淫ㅼ꺏 | 111010111111001010011100111010111010000010101010111010111110001010100100111011001000001110110101 | ebf29ceba0aaebe2a4ec83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)