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 | 第逸秀 | 100100011110011010001000111011011000111101000111 | 91e688ed8f47 |
EUC-JP | 第逸秀 | 110000101110100010110000111011111011110110101000 | c2e8b0efbda8 |
UTF-8 | 第逸秀 | 111001111010110010101100111010011000000010111000111001111010011110000000 | e7acace980b8e7a780 |
UHC | 第逸秀 | 111100001010111111101100111011111110001010110011 | f0afecefe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)