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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 淋좏슊梨듭쮮吏 | 111011111010011110110101111011001010001010001111111011001000101010001010111011111010011110100010111010111001001110101101111011001010111010101110111011111010011110011110 | efa7b5eca28fec8a8aefa7a2eb93adecaeaeefa79e |
UHC | 淋좏슊梨듭쮮吏 | 1110110011111000101000001110110110011010100110101110110010110001101101011110110010101000100010111110110010100111 | ecf8a0ed9a9aecb1b5eca88beca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)