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 | 只陌l | 100100011111110011101000100110011000001010001100 | 91fce899828c |
EUC-JP | 只陌l | 110000101111111011101111111110011010001111101100 | c2feeff9a3ec |
UTF-8 | 只陌l | 111001011000111110101010111010011001100110001100111011111011110110001100 | e58faae9998cefbd8c |
UHC | 只陌l | 111100011111111011011000111010001010001111101100 | f1fed8e8a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)