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 | ò¿Þê² | 111100101011111111011110111010101000111010110010 | f2bfdeea8eb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò¿Þê?? | 1000111110101011110100101000111110100010110001001000111110101001101100001000111110101011101101000011111100111111 | 8fabd28fa2c48fa9b08fabb43f3f |
UTF-8 | ò¿Þê² | 110000111011001011000010101111111100001110011110110000111010101011000010100011101100001010110010 | c3b2c2bfc39ec3aac28ec2b2 |
UHC | ?¿Þ??² | 001111111010001010101111101010001010110100111111001111111010100111110111 | 3fa2afa8ad3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)