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 | |³ | 1000111001111100100111011011001110010101 | 8e7c9db395 |
SJIS-WIN | ?|??? | 0011111101111100001111110011111100111111 | 3f7c3f3f3f |
EUC-JP | ?|??? | 0011111101111100001111110011111100111111 | 3f7c3f3f3f |
UTF-8 | |³ | 110000101000111001111100110000101001110111000010101100111100001010010101 | c28e7cc29dc2b3c295 |
UHC | ?|?³? | 001111110111110000111111101010011111100000111111 | 3f7c3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)