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 | ??Þ | 001111110011111111011110 | 3f3fde |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?焰Þ | 00111111100011111100100111101111100011111010100110110000 | 3f8fc9ef8fa9b0 |
UTF-8 | 뤚焰Þ | 1110101110100100100110101110011110000100101100001100001110011110 | eba49ae784b0c39e |
UHC | 뤚焰Þ | 100011111100100111100110111110111010100010101101 | 8fc9e6fba8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)