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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 轉嗇轉嗇B | 111001110111101010011010101001011110011101111010100110101010010101000010 | e77a9aa5e77a9aa542 |
EUC-JP | 轉嗇轉嗇B | 111011011101101111010100101001111110110111011011110101001010011101000010 | eddbd4a7eddbd4a742 |
UTF-8 | 轉嗇轉嗇B | 11101000101111011000100111100101100101111000011111101000101111011000100111100101100101111000011101000010 | e8bd89e59787e8bd89e5978742 |
UHC | 轉嗇轉嗇B | 111011111010111011011111111000001110111110101110110111111110000001000010 | efaedfe0efaedfe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)