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 | 漬???知? | 1001001011010000001111110011111100111111100100100110110100111111 | 92d03f3f3f926d3f |
EUC-JP | 漬???知? | 1100010011010010001111110011111100111111110000111100111000111111 | c4d23f3f3fc3ce3f |
UTF-8 | 漬얹렰렎知흩 | 111001101011110010101100111011001001011010111001111010111010000010110000111010111010000010001110111001111001111110100101111011011001110110101001 | e6bcacec96b9eba0b0eba08ee79fa5ed9da9 |
UHC | 漬얹렰렎知흩 | 111100101011000010111110111100011000111010111101100011101010010011110010101100011100100011110000 | f2b0bef18ebd8ea4f2b1c8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)