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 | 蕈緒宗葆э舟 | 111001001111110010001111100011111000111101000000111001001101110010000100100011111000111101001101 | e4fc8f8f8f40e4dc848f8f4d |
EUC-JP | 蕈緒宗葆э舟 | 111010001111111010111101111011111011110110100001111010001101111010100111111011111011110110101110 | e8febdefbda1e8dea7efbdae |
UTF-8 | 蕈緒宗葆э舟 | 1110100010010101100010001110011110110111100100101110010110101110100101111110100010010001100001101101000110001101111010001000100010011111 | e89588e7b792e5ae97e89186d18de8889f |
UHC | ??宗?э舟 | 001111110011111111110000111100110011111110101100111011111111000111000111 | 3f3ff0f33faceff1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)