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 | 贓瀧荵贓 | 1110011011011001100100011110101111100100101110011110011011011001 | e6d991ebe4b9e6d9 |
EUC-JP | 贓瀧荵贓 | 1110110011011011110000101110110111101000101110111110110011011011 | ecdbc2ede8bbecdb |
UTF-8 | 贓瀧荵贓 | 111010001011010010010011111001111000000010100111111010001000110110110101111010001011010010010011 | e8b493e780a7e88db5e8b493 |
UHC | 贓瀧?贓 | 11101101111111001101011011101001001111111110110111111100 | edfcd6e93fedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)