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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??蛾] | 0011111100111111100010011110100101011101 | 3f3f89e95d |
EUC-JP | ??蛾] | 0011111100111111101100101110101101011101 | 3f3fb2eb5d |
UTF-8 | 렯롈蛾] | 11101011101000001010111111101011101000011000100011101000100110111011111001011101 | eba0afeba188e89bbe5d |
UHC | 렯롈蛾] | 10001110101111001000111011001110111001001011011001011101 | 8ebc8ecee4b65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)