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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底?α?? | 10010010111010100011111110000011101111110011111100111111 | 92ea3f83bf3f3f |
EUC-JP | 底?α珽? | 110001001110110000111111101001101100000110001111110010111111111000111111 | c4ec3fa6c18fcbfe3f |
UTF-8 | 底몃α珽렏 | 1110010110111010100101011110101110101010100000111100111010110001111001111000111110111101111010111010000010001111 | e5ba95ebaa83ceb1e78fbdeba08f |
UHC | 底몃α珽렏 | 11101110101111001011100011101011101001011110000111101111111010101000111010100101 | eebcb8eba5e1efea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)