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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔘¥就膵 | 1110010011110011100000011000111110001111010000011110010001011000 | e4f3818f8f41e458 |
EUC-JP | 蔘¥就膵 | 1110100011110101101000011110111110111101101000101110011110111001 | e8f5a1efbda2e7b9 |
UTF-8 | 蔘¥就膵 | 111010001001010010011000111011111011111110100101111001011011000010110001111010001000011010110101 | e89498efbfa5e5b0b1e886b5 |
UHC | 蔘¥就膵 | 1101111110111000101000011100110111110110101001101111010111111101 | dfb8a1cdf6a6f5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)