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 | ?毫? | 00111111100111110111110000111111 | 3f9f7c3f |
EUC-JP | ?毫? | 00111111110111011101110100111111 | 3fdddd3f |
UTF-8 | 뤍毫뤍 | 111010111010010010001101111001101010111110101011111010111010010010001101 | eba48de6afabeba48d |
UHC | 뤍毫뤍 | 100011111011110111111011110001101000111110111101 | 8fbdfbc68fbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)