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 | òâ¼£t | 1111001011100010101111001010001101110100 | f2e2bca374 |
SJIS-WIN | ???£t | 001111110011111100111111100000011001001001110100 | 3f3f3f819274 |
EUC-JP | òâ?£t | 10001111101010111101001010001111101010111010010000111111101000011111001001110100 | 8fabd28faba43fa1f274 |
UTF-8 | òâ¼£t | 110000111011001011000011101000101100001010111100110000101010001101110100 | c3b2c3a2c2bcc2a374 |
UHC | ??¼?t | 001111110011111110101000111110010011111101110100 | 3f3fa8f93f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)