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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箴水浸 | 111000101011110010010000100001011001000001011010 | e2bc9085905a |
EUC-JP | 箴水浸 | 111001001011111010111111111001011011111110111011 | e4bebfe5bfbb |
UTF-8 | 箴水浸 | 111001111010111010110100111001101011000010110100111001101011010110111000 | e7aeb4e6b0b4e6b5b8 |
UHC | 箴水浸 | 111011011101011111100010101010011111011011011001 | edd7e2a9f6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)