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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褊匁徴鄂 | 1110010111101101100101101110011010010010101001011110011110111101 | e5ed96e692a5e7bd |
EUC-JP | 褊匁徴鄂 | 1110101011101111110011001110100011000100101001111110111010111111 | eaefcce8c4a7eebf |
UTF-8 | 褊匁徴鄂 | 111010001010010010001010111001011000110010000001111001011011111010110100111010011000010010000010 | e8a48ae58c81e5beb4e98482 |
UHC | ???鄂 | 0011111100111111001111111110010011000111 | 3f3f3fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)