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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰晏ア。荳 | 1110100010101100100111011110010110110001101000011110010010111000 | e8ac9de5b1a1e4b8 |
EUC-JP | 隰晏ア。荳 | 11110000101011101101101011100111100011101011000110001110101000011110100010111010 | f0aedae78eb18ea1e8ba |
UTF-8 | 隰晏ア。荳 | 111010011001101010110000111001101001100110001111111011111011110110110001111011111011110110100001111010001000110110110011 | e99ab0e6998fefbdb1efbda1e88db3 |
UHC | ?晏??荳 | 00111111111001001100111100111111001111111101010011100101 | 3fe4cf3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)