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 | ¸¤ | 1001111010111000100010101000110010011010101001001001101110000011 | 9eb88a8c9aa49b83 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?¸???¤?? | 001111111000111110100010101100010011111100111111001111111000111110100010111100000011111100111111 | 3f8fa2b13f3f3f8fa2f03f3f |
UTF-8 | ¸¤ | 11000010100111101100001010111000110000101000101011000010100011001100001010011010110000101010010011000010100110111100001010000011 | c29ec2b8c28ac28cc29ac2a4c29bc283 |
UHC | ?¸???¤?? | 00111111101000101010110000111111001111110011111110100010101101000011111100111111 | 3fa2ac3f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)