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 | Y²¸{@ | 1001001001011001100100011011001010010001101110000111101101000000 | 925991b291b87b40 |
SJIS-WIN | ?Y????{@ | 0011111101011001001111110011111100111111001111110111101101000000 | 3f593f3f3f3f7b40 |
EUC-JP | ?Y???¸{@ | 00111111010110010011111100111111001111111000111110100010101100010111101101000000 | 3f593f3f3f8fa2b17b40 |
UTF-8 | Y²¸{@ | 11000010100100100101100111000010100100011100001010110010110000101001000111000010101110000111101101000000 | c29259c291c2b2c291c2b87b40 |
UHC | ?Y?²?¸{@ | 00111111010110010011111110101001111101110011111110100010101011000111101101000000 | 3f593fa9f73fa2ac7b40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)