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 | ??纜? | 0011111100111111111000111001110000111111 | 3f3fe39c3f |
EUC-JP | ??纜? | 0011111100111111111001011111110000111111 | 3f3fe5fc3f |
UTF-8 | 렻ㅔ纜렻 | 111010111010000010111011111000111000010110010100111001111011101010011100111010111010000010111011 | eba0bbe38594e7ba9ceba0bb |
UHC | 렻ㅔ纜렻 | 1000111011000011101001001100010011010101101111111000111011000011 | 8ec3a4c4d5bf8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)