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 | 炎??巍 | 100010011000101000111111001111111001101111011001 | 898a3f3f9bd9 |
EUC-JP | 炎??巍 | 101100011110101000111111001111111101011011011011 | b1ea3f3fd6db |
UTF-8 | 炎며뎡巍 | 111001111000001010001110111010111010100110110000111010111000111010100001111001011011011110001101 | e7828eeba9b0eb8ea1e5b78d |
UHC | 炎며뎡巍 | 1110011011111010101110001110011110110101101100101110100011100100 | e6fab8e7b5b2e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)