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 | 蠏筍矇 | 111001011011010111100010101000011110000111011100 | e5b5e2a1e1dc |
EUC-JP | 蠏筍矇 | 111010101011011111100100101000111110001011011110 | eab7e4a3e2de |
UTF-8 | 蠏筍矇 | 111010001010000010001111111001111010110110001101111001111001111110000111 | e8a08fe7ad8de79f87 |
UHC | ?筍? | 00111111111000101110110000111111 | 3fe2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)