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 | ?る?癲?ⅷ^ | 00111111100000101110100100111111111000011001111100111111111110100100011101011110 | 3f82e93fe19f3ffa475e |
EUC-JP | ?る?癲??^ | 001111111010010011101011001111111110001010100001001111110011111101011110 | 3fa4eb3fe2a13f3f5e |
UTF-8 | 溜る쨭癲욌ⅷ^ | 11101111101001111000101111100011100000101000101111101100101010001010110111100111100110011011001011101100100110101000110011100010100001011011011101011110 | efa78be3828beca8ade799b2ec9a8ce285b75e |
UHC | 溜る쨭癲욌ⅷ^ | 11101010111111101010101011101011101001001000011111101111101001101001111011101011101001011010100001011110 | eafeaaeba487efa69eeba5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)