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 | 尊輕? | 1001000110111000111001110110101000111111 | 91b8e76a3f |
EUC-JP | 尊輕? | 1100001010111010111011011100101100111111 | c2baedcb3f |
UTF-8 | 尊輕㏃ | 111001011011000010001010111010001011110010010101111000111000111110000011 | e5b08ae8bc95e38f83 |
UHC | 尊輕㏃ | 111100001110111011001100111011101010011111101100 | f0eecceea7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)