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 | ???勸菖? | 0011111100111111001111111001100110101110100011111101001000111111 | 3f3f3f99ae8fd23f |
EUC-JP | ???勸菖? | 0011111100111111001111111101001010110000101111101101010000111111 | 3f3f3fd2b0bed43f |
UTF-8 | 뤶햵쟈勸菖찔 | 111010111010010010110110111011011001011010110101111011001001111110001000111001011000101110111000111010001000111110010110111011001011000010010100 | eba4b6ed96b5ec9f88e58bb8e88f96ecb094 |
UHC | 뤶햵쟈勸菖찔 | 100011111110010011000001100011101100000011110000110011111110100011110011111011101100001011110001 | 8fe4c18ec0f0cfe8f3eec2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)