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 | 旭?低團 | 10001000101011100011111110010010111000011001101010100011 | 88ae3f92e19aa3 |
EUC-JP | 旭?低團 | 10110000101100000011111111000100111000111101010010100101 | b0b03fc4e3d4a5 |
UTF-8 | 旭렔低團 | 111001101001011110101101111010111010000010010100111001001011110110001110111001011001110010011000 | e697adeba094e4bd8ee59c98 |
UHC | 旭렔低團 | 1110100111101111100011101010100111101110101110001101001110100101 | e9ef8ea9eeb8d3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)