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 | 隴滓瑳 | 111010001010110110011111111001101000110110111010 | e8ad9fe68dba |
EUC-JP | 隴滓瑳 | 111100001010111111011110111010001011101010111100 | f0afdee8babc |
UTF-8 | 隴滓瑳 | 111010011001101010110100111001101011101110010011111001111001000110110011 | e99ab4e6bb93e791b3 |
UHC | ?滓? | 00111111111011101010101100111111 | 3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)