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 | ?筮ぐ | 0011111111100010101011001000001010101110 | 3fe2ac82ae |
EUC-JP | ?筮ぐ | 0011111111100100101011101010010010110000 | 3fe4aea4b0 |
UTF-8 | 렱筮ぐ | 111010111010000010110001111001111010110110101110111000111000000110010000 | eba0b1e7adaee38190 |
UHC | 렱筮ぐ | 100011101011111011011111111110111010101010110000 | 8ebedffbaab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)