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 | æī | 100011101100001110100110110001001000111010101011 | 8ec3a6c48eab |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?æÄ?? | 001111111000111110101010101010101000111110100010110000111000111110101010101000110011111100111111 | 3f8faaaa8fa2c38faaa33f3f |
UTF-8 | æī | 110000101000111011000011100000111100001010100110110000111000010011000010100011101100001010101011 | c28ec383c2a6c384c28ec2ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)