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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳榊娼蠖「 | 111001101001000010001101111001011000111110101001111001011011110110100010 | e6908de58fa9e5bda2 |
EUC-JP | 謳榊娼蠖「 | 11101011111100001011101011100111101111101010101111101010101111111000111010100010 | ebf0bae7beabeabf8ea2 |
UTF-8 | 謳榊娼蠖「 | 111010001010110010110011111001101010011010001010111001011010100010111100111010001010000010010110111011111011110110100010 | e8acb3e6a68ae5a8bce8a096efbda2 |
UHC | 謳?娼?? | 11001111110001000011111111110011110111100011111100111111 | cfc43ff3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)