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 | 謳罷囁 | 111001101001000010010100111010111001101010010001 | e69094eb9a91 |
EUC-JP | 謳罷囁 | 111010111111000011001000111011011101001111110001 | ebf0c8edd3f1 |
UTF-8 | 謳罷囁 | 111010001010110010110011111001111011110110110111111001011001101110000001 | e8acb3e7bdb7e59b81 |
UHC | 謳罷? | 1100111111000100111101111111001100111111 | cfc4f7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)