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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錡タ螢 | 1111101111011000110000001110010110100011 | fbd8c0e5a3 |
EUC-JP | 錡タ螢 | 10001111111001001101111010001110110000001110101010100101 | 8fe4de8ec0eaa5 |
UTF-8 | 錡タ螢 | 111010011000110010100001111011111011111010000000111010001001111010100010 | e98ca1efbe80e89ea2 |
UHC | 錡?螢 | 1101000111000100001111111111101110101011 | d1c43ffbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)