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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???勸釵詐 | 001111110011111100111111100110011010111011100111110111101000110110111100 | 3f3f3f99aee7de8dbc |
EUC-JP | ???勸釵詐 | 001111110011111100111111110100101011000011101110111000001011101010111110 | 3f3f3fd2b0eee0babe |
UTF-8 | 뤶햵쟈勸釵詐 | 111010111010010010110110111011011001011010110101111011001001111110001000111001011000101110111000111010011000011110110101111010001010100110010000 | eba4b6ed96b5ec9f88e58bb8e987b5e8a990 |
UHC | 뤶햵쟈勸釵詐 | 100011111110010011000001100011101100000011110000110011111110100011110011111110111101111011110001 | 8fe4c18ec0f0cfe8f3fbdef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)