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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓖玲收 | 111001001110110110010111111001101001110110111110 | e4ed97e69dbe |
EUC-JP | 蓖玲收 | 111010001110111111001110111010001101101011000000 | e8efcee8dac0 |
UTF-8 | 蓖玲收 | 111010001001001110010110111001111000111010110010111001101001010010110110 | e89396e78eb2e694b6 |
UHC | ?玲收 | 0011111111010110101111001110001010100101 | 3fd6bce2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)