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 | Û½òâ | 100011101101101110001110101111011111001011100010 | 8edb8ebdf2e2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Û??òâ | 001111111000111110101010111001010011111100111111100011111010101111010010100011111010101110100100 | 3f8faae53f3f8fabd28faba4 |
UTF-8 | Û½òâ | 110000101000111011000011100110111100001010001110110000101011110111000011101100101100001110100010 | c28ec39bc28ec2bdc3b2c3a2 |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)