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 | 終?殞?梯 | 1000111101001001001111111001111101101101001111111001001011110010 | 8f493f9f6d3f92f2 |
EUC-JP | 終?殞?梯 | 1011110110101010001111111101110111001110001111111100010011110100 | bdaa3fddce3fc4f4 |
UTF-8 | 終렫殞렓梯 | 111001111011010110000010111010111010000010101011111001101010111010011110111010111010000010010011111001101010001010101111 | e7b582eba0abe6ae9eeba093e6a2af |
UHC | 終렫殞렓梯 | 11110000111110111000111010111001111010011111100110001110101010001111000010101100 | f0fb8eb9e9f98ea8f0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)