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 | 證ク阮ケ郤右 | 11100110100110101011100011101000100101101011100111100111101110101000100101000101 | e69ab8e896b9e7ba8945 |
EUC-JP | 證ク阮ケ郤右 | 111010111111101010001110101110001110111111110110100011101011100111101110101111001011000110100110 | ebfa8eb8eff68eb9eebcb1a6 |
UTF-8 | 證ク阮ケ郤右 | 111010001010110110001001111011111011110110111000111010011001100010101110111011111011110110111001111010011000001110100100111001011000111110110011 | e8ad89efbdb8e998aeefbdb9e983a4e58fb3 |
UHC | 證?阮??右 | 111100011111101100111111111010001101011000111111001111111110100111010011 | f1fb3fe8d63f3fe9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)