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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 뢎벥뎾뢎벥왆^ | 11101011101000101000111011101011101100101010010111101011100011101011111011101011101000101000111011101011101100101010010111101100100110011000011001011110 | eba28eebb2a5eb8ebeeba28eebb2a5ec99865e |
UHC | 뢎벥뎾뢎벥왆^ | 10001111010010011001001110111101100010011001000110001111010010011001001110111101100111101011100001011110 | 8f4993bd89918f4993bd9eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)