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 | ?????抱^ | 0011111100111111001111110011111100111111100101011111100001011110 | 3f3f3f3f3f95f85e |
EUC-JP | ?????抱^ | 0011111100111111001111110011111100111111110010101111101001011110 | 3f3f3f3f3fcafa5e |
UTF-8 | 뤚屢暴뤚屢抱^ | 11101011101001001001101011101111101001011000101111101111101010001000011011101011101001001001101011101111101001011000101111100110100010101011000101011110 | eba49aefa58befa886eba49aefa58be68ab15e |
UHC | 뤚屢暴뤚屢抱^ | 10001111110010011101001011100101111110001101101110001111110010011101001011100101111110001101100101011110 | 8fc9d2e5f8db8fc9d2e5f8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)