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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?懈?繹 | 001111111001110011100110001111111110001110001000 | 3f9ce63fe388 |
EUC-JP | ?懈?繹 | 001111111101100011101000001111111110010111101000 | 3fd8e83fe5e8 |
UTF-8 | 렰懈롚繹 | 111010111010000010110000111001101000011110001000111010111010000110011010111001111011100110111001 | eba0b0e68788eba19ae7b9b9 |
UHC | 렰懈롚繹 | 1000111010111101111110101010101110001110110111101110011010111010 | 8ebdfaab8edee6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)