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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 夭?夭?B | 10011010111011100011111110011010111011100011111101000010 | 9aee3f9aee3f42 |
EUC-JP | 夭?夭?B | 11010100111100000011111111010100111100000011111101000010 | d4f03fd4f03f42 |
UTF-8 | 夭숷夭숷B | 11100101101001001010110111101100100010001011011111100101101001001010110111101100100010001011011101000010 | e5a4adec88b7e5a4adec88b742 |
UHC | 夭숷夭숷B | 111010001110110010011010010011001110100011101100100110100100110001000010 | e8ec9a4ce8ec9a4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)