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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | ウソzウソzB | 10110011101111110111101010110011101111110111101001000010 | b3bf7ab3bf7a42 |
EUC-JP | ウソzウソzB | 1000111010110011100011101011111101111010100011101011001110001110101111110111101001000010 | 8eb38ebf7a8eb38ebf7a42 |
UTF-8 | ウソzウソzB | 111011111011110110110011111011111011110110111111011110101110111110111101101100111110111110111101101111110111101001000010 | efbdb3efbdbf7aefbdb3efbdbf7a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)