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 | 銧勺煮 | 111110111100110010001110110110011000111011001111 | fbcc8ed98ecf |
EUC-JP | 銧勺煮 | 10001111111001001010011010111100110110111011110011010001 | 8fe4a6bcdbbcd1 |
UTF-8 | 銧勺煮 | 111010011000101010100111111001011000101110111010111001111000010110101110 | e98aa7e58bbae785ae |
UHC | ?勺煮 | 0011111111101101110000111110110110110100 | 3fedc3edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)