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 | 憶?? | 10001001101011110011111100111111 | 89af3f3f |
EUC-JP | 憶?? | 10110010101100010011111100111111 | b2b13f3f |
UTF-8 | 憶닻찣 | 111001101000011010110110111010111000101110111011111011001011000010100011 | e686b6eb8bbbecb0a3 |
UHC | 憶닻찣 | 111001011110001110110100111010011010100110011111 | e5e3b4e9a99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)