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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?┰碇拾?^ | 001111111000010010111011100100101111010010001111010001010011111101011110 | 3f84bb92f48f453f5e |
EUC-JP | ?┰碇拾?^ | 001111111010100010111101110001001111011010111101101001100011111101011110 | 3fa8bdc4f6bda63f5e |
UTF-8 | 뤵┰碇拾쏜^ | 11101011101001001011010111100010100101001011000011100111101000101000011111100110100010111011111011101100100011111001110001011110 | eba4b5e294b0e7a287e68bbeec8f9c5e |
UHC | 뤵┰碇拾쏜^ | 1000111111100011101001101011110111101111111011011110001110100110101111011111000001011110 | 8fe3a6bdefede3a6bdf05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)