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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 眈粲眈粲B | 111000011011110011100010111010101110000110111100111000101110101001000010 | e1bce2eae1bce2ea42 |
EUC-JP | 眈粲眈粲B | 111000101011111011100100111011001110001010111110111001001110110001000010 | e2bee4ece2bee4ec42 |
UTF-8 | 眈粲眈粲B | 11100111100111001000100011100111101100101011001011100111100111001000100011100111101100101011001001000010 | e79c88e7b2b2e79c88e7b2b242 |
UHC | 眈粲眈粲B | 111101111010111111110011110001001111011110101111111100111100010001000010 | f7aff3c4f7aff3c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)