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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???沅? | 00111111001111110011111110001111110001101110100100111111 | 3f3f3f8fc6e93f |
UTF-8 | 閭잙봽沅욪 | 111011111010011010000110111011001001111010011001111010111011010010111101111001101011001010000101111011001001101010101010 | efa686ec9e99ebb4bde6b285ec9aaa |
UHC | 閭잙봽沅욪 | 11100110101011011001111111101011100101001000010011101010101101101001111101000010 | e6ad9feb9484eab69f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)