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 | 隨雜鑓 | 111001111010110011101000101101101001011011111000 | e7ace8b696f8 |
EUC-JP | 隨雜鑓 | 111011101010111011110000101110001100110011111010 | eeaef0b8ccfa |
UTF-8 | 隨雜鑓 | 111010011001101010101000111010011001101110011100111010011001000110010011 | e99aa8e99b9ce99193 |
UHC | 隨雜? | 1110001011001011111011011101101000111111 | e2cbedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)