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 | 循愕? | 1000111101111010100111001011000100111111 | 8f7a9cb13f |
EUC-JP | 循愕潚 | 10111101110110111101100010110011100011111100100011011010 | bddbd8b38fc8da |
UTF-8 | 循愕潚 | 111001011011111010101010111001101000010010010101111001101011110110011010 | e5beaae68495e6bd9a |
UHC | 循愕潚 | 111000101110000011100100110000111110001011011000 | e2e0e4c3e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)