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 | 壹倩濘 | 100110101110001110011000111010001110000001011110 | 9ae398e8e05e |
EUC-JP | 壹倩濘 | 110101001110010111010000111010101101111110111111 | d4e5d0eadfbf |
UTF-8 | 壹倩濘 | 111001011010001110111001111001011000000010101001111001101011111110011000 | e5a3b9e580a9e6bf98 |
UHC | 壹?? | 11101100111011000011111100111111 | ecec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)