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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雕???^ | 111010001011100000111111001111110011111101011110 | e8b83f3f3f5e |
EUC-JP | 雕???^ | 111100001011101000111111001111110011111101011110 | f0ba3f3f3f5e |
UTF-8 | 雕곁렎렠^ | 11101001100110111001010111101010101100111000000111101011101000001000111011101011101000001010000001011110 | e99b95eab381eba08eeba0a05e |
UHC | 雕곁렎렠^ | 111100001110011110110000111001111000111010100100100011101011000101011110 | f0e7b0e78ea48eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)