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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 辰損属@B | 1001001001000011100100011011100110010001101011100100000001000010 | 924391b991ae4042 |
EUC-JP | 辰損属@B | 1100001110100100110000101011101111000010101100000100000001000010 | c3a4c2bbc2b04042 |
UTF-8 | 辰損属@B | 1110100010111110101100001110011010010000100011011110010110110001100111100100000001000010 | e8beb0e6908de5b19e4042 |
UHC | 辰損?@B | 11110010111000111110000111011111001111110100000001000010 | f2e3e1df3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)