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 | 鬲エ譖∝楜 | 111010011010110110110100111001101001101110000001111001011001111010110011 | e9adb4e69b81e59eb3 |
EUC-JP | 鬲エ譖∝楜 | 11110010101011111000111010110100111010111111101110100010111001111101110010110101 | f2af8eb4ebfba2e7dcb5 |
UTF-8 | 鬲エ譖∝楜 | 111010011010110010110010111011111011110110110100111010001010110110010110111000101000100010011101111001101010010110011100 | e9acb2efbdb4e8ad96e2889de6a59c |
UHC | ???∝? | 001111110011111100111111101000011111000000111111 | 3f3f3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)