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 | 覯篩稔 | 111001100101000111100010101111111001011010101011 | e651e2bf96ab |
EUC-JP | 覯篩稔 | 111010111011001011100100110000011100110010101101 | ebb2e4c1ccad |
UTF-8 | 覯篩稔 | 111010001010011010101111111001111010111110101001111001111010100010010100 | e8a6afe7afa9e7a894 |
UHC | ?篩稔 | 0011111111011110111010001110110011111001 | 3fdee8ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)