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 | 綽水浸 | 111000110101111010010000100001011001000001011010 | e35e9085905a |
EUC-JP | 綽水浸 | 111001011011111110111111111001011011111110111011 | e5bfbfe5bfbb |
UTF-8 | 綽水浸 | 111001111011011010111101111001101011000010110100111001101011010110111000 | e7b6bde6b0b4e6b5b8 |
UHC | 綽水浸 | 111011011100101011100010101010011111011011011001 | edcae2a9f6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)