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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炎?? | 10001001100010100011111100111111 | 898a3f3f |
EUC-JP | 炎?? | 10110001111010100011111100111111 | b1ea3f3f |
UTF-8 | 炎쏁쇂 | 111001111000001010001110111011001000111110000001111011001000011110000010 | e7828eec8f81ec8782 |
UHC | 炎쏁쇂 | 111001101111101010011011111001111001100110110110 | e6fa9be799b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)