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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?刷P | 00111111100011011111110001010000 | 3f8dfc50 |
EUC-JP | ?刷P | 00111111101110101111111001010000 | 3fbafe50 |
UTF-8 | 쀋刷P | 11101100100000001000101111100101100010001011011101010000 | ec808be588b750 |
UHC | 쀋刷P | 1001011111001011111000011110110001010000 | 97cbe1ec50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)