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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟イ繽賀 | 11100110111101111011001011100011100011111000100111101010 | e6f7b2e38f89ea |
EUC-JP | 踟イ繽賀 | 1110110011111001100011101011001011100101111011111011001011101100 | ecf98eb2e5efb2ec |
UTF-8 | 踟イ繽賀 | 111010001011100010011111111011111011110110110010111001111011100110111101111010001011001110000000 | e8b89fefbdb2e7b9bde8b380 |
UHC | ???賀 | 0011111100111111001111111111100111000101 | 3f3f3ff9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)