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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漬?迂敎 | 10010010110100000011111110001001010010011111101011001101 | 92d03f8949facd |
EUC-JP | 漬?迂? | 110001001101001000111111101100011010101000111111 | c4d23fb1aa3f |
UTF-8 | 漬렓迂敎 | 111001101011110010101100111010111010000010010011111010001011111110000010111001101001010110001110 | e6bcaceba093e8bf82e6958e |
UHC | 漬렓迂敎 | 1111001010110000100011101010100011101001111001101100111011100111 | f2b08ea8e9e6cee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)