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 | 111001001011101010011111011001011110010010111010100111110110010101000010 | e4ba9f65e4ba9f6542 |
EUC-JP | 莠歹莠歹B | 111010001011110011011101110001101110100010111100110111011100011001000010 | e8bcddc6e8bcddc642 |
UTF-8 | 莠歹莠歹B | 11101000100011101010000011100110101011011011100111101000100011101010000011100110101011011011100101000010 | e88ea0e6adb9e88ea0e6adb942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)