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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 멽됭븿}멽됭븿{^ | 111010111010100110111101111010111001000010101101111010111011100010111111011111011110101110101001101111011110101110010000101011011110101110111000101111110111101101011110 | eba9bdeb90adebb8bf7deba9bdeb90adebb8bf7b5e |
UHC | 멽됭븿}멽됭븿{^ | 100100010110101010001001111010001001010110101000011111011001000101101010100010011110100010010101101010000111101101011110 | 916a89e895a87d916a89e895a87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)