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 | 깡è | 111010101011100110100001111010001001001010011001 | eab9a1e89299 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê?¡è?? | 100011111010101110110100001111111000111110100010110000101000111110101011101100100011111100111111 | 8fabb43f8fa2c28fabb23f3f |
UTF-8 | 깡è | 110000111010101011000010101110011100001010100001110000111010100011000010100100101100001010011001 | c3aac2b9c2a1c3a8c292c299 |
UHC | ?¹¡??? | 0011111110101001111101101010001010101110001111110011111100111111 | 3fa9f6a2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)