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 | 츸ëÝè~ | 11101100101110001011100011101011110111011110100001111110 | ecb8b8ebdde87e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | 츸ëÝè~ | 10001111101010111100000010001111101000101011000110001111101000101011000110001111101010111011001110001111101010101111001010001111101010111011001001111110 | 8fabc08fa2b18fa2b18fabb38faaf28fabb27e |
UTF-8 | 츸ëÝè~ | 11000011101011001100001010111000110000101011100011000011101010111100001110011101110000111010100001111110 | c3acc2b8c2b8c3abc39dc3a87e |
UHC | ?¸¸???~ | 001111111010001010101100101000101010110000111111001111110011111101111110 | 3fa2aca2ac3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)