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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竣?億??? | 1000111101110110001111111000100110101101001111110011111100111111 | 8f763f89ad3f3f3f |
EUC-JP | 竣?億??? | 1011110111010111001111111011001010101111001111110011111100111111 | bdd73fb2af3f3f3f |
UTF-8 | 竣렓億띄렢렭 | 111001111010101110100011111010111010000010010011111001011000010010000100111010111001110110000100111010111010000010100010111010111010000010101101 | e7aba3eba093e58484eb9d84eba0a2eba0ad |
UHC | 竣렓億띄렢렭 | 111100011110001010001110101010001110010111100010101101101110011110001110101100111000111010111010 | f1e28ea8e5e2b6e78eb38eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)