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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魍井クケ雉願 | 11101001101100011000100011100100101110001011100111101000101100111000101011101000 | e9b188e4b8b9e8b38ae8 |
EUC-JP | 魍井クケ雉願 | 111100101011001110110000111001101000111010111000100011101011100111110000101101011011010011101010 | f2b3b0e68eb88eb9f0b5b4ea |
UTF-8 | 魍井クケ雉願 | 111010011010110110001101111001001011101010010101111011111011110110111000111011111011110110111001111010011001101110001001111010011010000110011000 | e9ad8de4ba95efbdb8efbdb9e99b89e9a198 |
UHC | ?井??雉願 | 001111111110111111001100001111110011111111110110110010111110101011000011 | 3fefcc3f3ff6cbeac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)