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 | 嵭」赭耜シ | 1111101010110011101000111110011011011110111000111101000110111100 | fab3a3e6dee3d1bc |
EUC-JP | 嵭」赭耜シ | 1000111110111011110111101000111010100011111011001110000011100110110100111000111010111100 | 8fbbde8ea3ece0e6d38ebc |
UTF-8 | 嵭」赭耜シ | 111001011011010110101101111011111011110110100011111010001011010110101101111010001000000010011100111011111011110110111100 | e5b5adefbda3e8b5ade8809cefbdbc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)