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 | 蝸夬絹 | 111001011001011110011010111011011000110010100110 | e5979aed8ca6 |
EUC-JP | 蝸夬絹 | 111010011111011111010100111011111011100010101000 | e9f7d4efb8a8 |
UTF-8 | 蝸夬絹 | 111010001001110110111000111001011010010010101100111001111011010110111001 | e89db8e5a4ace7b5b9 |
UHC | 蝸?絹 | 1110100011000100001111111100110010110101 | e8c43fccb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)