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 | 竣렓億골렰렠 | 111001111010101110100011111010111010000010010011111001011000010010000100111010101011001110101000111010111010000010110000111010111010000010100000 | e7aba3eba093e58484eab3a8eba0b0eba0a0 |
UHC | 竣렓億골렰렠 | 111100011110001010001110101010001110010111100010101100001111000110001110101111011000111010110001 | f1e28ea8e5e2b0f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)