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 | ?????И^ | 0011111100111111001111110011111100111111100001000100100101011110 | 3f3f3f3f3f84495e |
EUC-JP | ?????И^ | 0011111100111111001111110011111100111111101001111010101001011110 | 3f3f3f3f3fa7aa5e |
UTF-8 | 紐쇰쳝紐룸И^ | 111011111010011110001111111011001000011110110000111011001011001110011101111011111010011110001111111010111010001110111000110100001001100001011110 | efa78fec87b0ecb39defa78feba3b8d0985e |
UHC | 紐쇰쳝紐룸И^ | 11101011101010101011110011101011101010111000001111101011101010101011011111101011101011001010101001011110 | ebaabcebab83ebaab7ebacaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)