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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヨ骼ィン」 | 1111000010111101110101101110100110001110101010001101110110100011 | f0bdd6e98ea8dda3 |
EUC-JP | ?ヨ骼ィン」 | 0011111110001110110101101111000111101110100011101010100010001110110111011000111010100011 | 3f8ed6f1ee8ea88edd8ea3 |
UTF-8 | ヨ骼ィン」 | 111011101000000110111100111011111011111010010110111010011010101010111100111011111011110110101000111011111011111010011101111011111011110110100011 | ee81bcefbe96e9aabcefbda8efbe9defbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)