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 | ¼¤Áõ] | 101111001010010010001111110000011111010101011101 | bca48fc1f55d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?¤?Áõ] | 001111111000111110100010111100000011111110001111101010101010000110001111101010111101100001011101 | 3f8fa2f03f8faaa18fabd85d |
UTF-8 | ¼¤Áõ] | 1100001010111100110000101010010011000010100011111100001110000001110000111011010101011101 | c2bcc2a4c28fc381c3b55d |
UHC | ¼¤???] | 1010100011111001101000101011010000111111001111110011111101011101 | a8f9a2b43f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)