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 | 蔘¥就羝 | 1110010011110011100000011000111110001111010000011110001110110110 | e4f3818f8f41e3b6 |
EUC-JP | 蔘¥就羝 | 1110100011110101101000011110111110111101101000101110011010111000 | e8f5a1efbda2e6b8 |
UTF-8 | 蔘¥就羝 | 111010001001010010011000111011111011111110100101111001011011000010110001111001111011111010011101 | e89498efbfa5e5b0b1e7be9d |
UHC | 蔘¥就? | 11011111101110001010000111001101111101101010011000111111 | dfb8a1cdf6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)