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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低朧??轢 | 1001001011100001100111100100111100111111001111111110011110000000 | 92e19e4f3f3fe780 |
EUC-JP | 低朧??轢 | 1100010011100011110110111011000000111111001111111110110111100000 | c4e3dbb03f3fede0 |
UTF-8 | 低朧렜닿轢 | 111001001011110110001110111001101001110010100111111010111010000010011100111010111000101110111111111010001011110110100010 | e4bd8ee69ca7eba09ceb8bbfe8bda2 |
UHC | 低朧렜닿轢 | 11101110101110001101011011101000100011101010111010110100111010101101010111111001 | eeb8d6e88eaeb4ead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)