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 | 茯ц鎧 | 111001001010100010000100100010001000101001011010 | e4a884888a5a |
EUC-JP | 茯ц鎧 | 111010001010101010100111111010001011001110111011 | e8aaa7e8b3bb |
UTF-8 | 茯ц鎧 | 1110100010001100101011111101000110000110111010011000111010100111 | e88cafd186e98ea7 |
UHC | 茯ц鎧 | 110111001101101010101100111010001100101111010001 | dcdaace8cbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)