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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 壬?億?錚B | 100100000111000000111111100010011010110100111111111010000100001001000010 | 90703f89ad3fe84242 |
EUC-JP | 壬?億?錚B | 101111111101000100111111101100101010111100111111111011111010001101000010 | bfd13fb2af3fefa342 |
UTF-8 | 壬렑億얩錚B | 11100101101000111010110011101011101000001001000111100101100001001000010011101100100101101010100111101001100011001001101001000010 | e5a3aceba091e58484ec96a9e98c9a42 |
UHC | 壬렑億얩錚B | 1110110011110011100011101010011011100101111000101011111011101101111011101011011001000010 | ecf38ea6e5e2beedeeb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)