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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恙郁?恙 | 10011100100110011000100011101000001111111001110010011001 | 9c9988e83f9c99 |
EUC-JP | 恙郁?恙 | 11010111111110011011000011101010001111111101011111111001 | d7f9b0ea3fd7f9 |
UTF-8 | 恙郁먠恙 | 111001101000000110011001111010011000001110000001111010111010100010100000111001101000000110011001 | e68199e98381eba8a0e68199 |
UHC | 恙郁먠恙 | 1110010110111111111010011111010010010000110111011110010110111111 | e5bfe9f490dde5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)