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 | 霖シ愑 | 1110100011000001101111001111101011000011 | e8c1bcfac3 |
EUC-JP | 霖シ愑 | 11110000110000111000111010111100100011111011111010111101 | f0c38ebc8fbebd |
UTF-8 | 霖シ愑 | 111010011001110010010110111011111011110110111100111001101000010010010001 | e99c96efbdbce68491 |
UHC | 霖?? | 11010111111111010011111100111111 | d7fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)