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 | ¸±Ìà | 1100001010111000101100011100110011000011 | c2b8b1ccc3 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ¸±Ìà | 1000111110101010101001001000111110100010101100011010000111011110100011111010101011000000100011111010101010101010 | 8faaa48fa2b1a1de8faac08faaaa |
UTF-8 | ¸±Ìà | 11000011100000101100001010111000110000101011000111000011100011001100001110000011 | c382c2b8c2b1c38cc383 |
UHC | ?¸±?? | 00111111101000101010110010100001101111100011111100111111 | 3fa2aca1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)