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 | 業??苑?? | 1000101111000110001111110011111110001001100100010011111100111111 | 8bc63f3f89913f3f |
EUC-JP | 業??苑?? | 1011011011001000001111110011111110110001111100010011111100111111 | b6c83f3fb1f13f3f |
UTF-8 | 業볤퓥苑믥뵖 | 111001101010010110101101111010111011001110100100111011011001001110100101111010001000101110010001111010111010111110100101111010111011010110010110 | e6a5adebb3a4ed93a5e88b91ebafa5ebb596 |
UHC | 業볤퓥苑믥뵖 | 111001011111011010010011111010101011111110001110111010101011110110010010111001111001010010011000 | e5f693eabf8eeabd92e79498 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)