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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辞煆ネ、 | 11110010101101111000111010101011111110110101011011001000111100001010001010100100 | f2b78eabfb56c8f0a2a4 |
EUC-JP | ?辞煆ネ?、 | 0011111110111100101011011000111111001001111101001000111011001000001111111000111010100100 | 3fbcad8fc9f48ec83f8ea4 |
UTF-8 | 辞煆ネ、 | 111011101000011110101110111010001011111010011110111001111000010110000110111011111011111010001000111011101000000110100001111011111011110110100100 | ee87aee8be9ee78586efbe88ee81a1efbda4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)