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 | ??佃?感^ | 0011111100111111100100101100111100111111100010101011010001011110 | 3f3f92cf3f8ab45e |
EUC-JP | ??佃?感^ | 0011111100111111110001001101000100111111101101001011011001011110 | 3f3fc4d13fb4b65e |
UTF-8 | 렰뤛佃퐦感^ | 11101011101000001011000011101011101001001001101111100100101111011000001111101101100100001010011011100110100001001001111101011110 | eba0b0eba49be4bd83ed90a6e6849f5e |
UHC | 렰뤛佃퐦感^ | 1000111010111101100011111100101011101110111011001011110110001111110010101110111101011110 | 8ebd8fcaeeecbd8fcaef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)