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 | 鞐題ぜ | 111010001101111010010001111010001000001010111010 | e8de91e882ba |
EUC-JP | 鞐題ぜ | 111100001110000011000010111010101010010010111100 | f0e0c2eaa4bc |
UTF-8 | 鞐題ぜ | 111010011001111010010000111010011010000110001100111000111000000110011100 | e99e90e9a18ce3819c |
UHC | ?題ぜ | 0011111111110000101110011010101010111100 | 3ff0b9aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)