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 | 葫燕韻 | 111001001101011110001001100011011000100101000011 | e4d7898d8943 |
EUC-JP | 葫燕韻 | 111010001101100110110001111011011011000110100100 | e8d9b1edb1a4 |
UTF-8 | 葫燕韻 | 111010001001000110101011111001111000011110010101111010011001111110111011 | e891abe78795e99fbb |
UHC | 葫燕韻 | 111110111101100111100110110110001110101010100100 | fbd9e6d8eaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)