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 | ??燮石 | 001111110011111110011001110101111001000011001110 | 3f3f99d790ce |
EUC-JP | ??燮石 | 001111110011111111010010110110011100000011010000 | 3f3fd2d9c0d0 |
UTF-8 | 鐥鐥燮石 | 111010011001000010100101111010011001000010100101111001111000011110101110111001111001111110110011 | e990a5e990a5e787aee79fb3 |
UHC | 鐥鐥燮石 | 1110000011010110111000001101011011100000111100001110000010110100 | e0d6e0d6e0f0e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)