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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?悽?\ | 0011111110011100101011000011111101011100 | 3f9cac3f5c |
EUC-JP | ?悽焰\ | 00111111110110001010111010001111110010011110111101011100 | 3fd8ae8fc9ef5c |
UTF-8 | 뤋悽焰\ | 11101011101001001000101111100110100000101011110111100111100001001011000001011100 | eba48be682bde784b05c |
UHC | 뤋悽焰\ | 10001111101110111111010010100100111001101111101101011100 | 8fbbf4a4e6fb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)