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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | ??ァ??o | 00111111001111111000001101000000001111110011111101101111 | 3f3f83403f3f6f |
EUC-JP | ??ァ??o | 00111111001111111010010110100001001111110011111101101111 | 3f3fa5a13f3f6f |
UTF-8 | 룶콓ァ룶쨝o | 11101011101000111011011011101100101111011001001111100011100000101010000111101011101000111011011011101100101010001001110101101111 | eba3b6ecbd93e382a1eba3b6eca89d6f |
UHC | 룶콓ァ룶쨝o | 1000111110101011101100011000111110101011101000011000111110101011101001000111001001101111 | 8fabb18faba18faba4726f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)