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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贓瀧? | 1110011011011001100100011110101100111111 | e6d991eb3f |
EUC-JP | 贓瀧? | 1110110011011011110000101110110100111111 | ecdbc2ed3f |
UTF-8 | 贓瀧렟 | 111010001011010010010011111001111000000010100111111010111010000010011111 | e8b493e780a7eba09f |
UHC | 贓瀧렟 | 111011011111110011010110111010011000111010110000 | edfcd6e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)