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 | ??Þ? | 00111111001111111101111000111111 | 3f3fde3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?焰Þ? | 0011111110001111110010011110111110001111101010011011000000111111 | 3f8fc9ef8fa9b03f |
UTF-8 | 뤚焰Þ객 | 1110101110100100100110101110011110000100101100001100001110011110111010101011000010011101 | eba49ae784b0c39eeab09d |
UHC | 뤚焰Þ객 | 1000111111001001111001101111101110101000101011011011000010110100 | 8fc9e6fba8adb0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)