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 | 箏?翁ⅲ | 11100010101101010011111110001001101001011111101001000010 | e2b53f89a5fa42 |
EUC-JP | 箏?翁? | 111001001011011100111111101100101010011100111111 | e4b73fb2a73f |
UTF-8 | 箏렋翁ⅲ | 111001111010111010001111111010111010000010001011111001111011111110000001111000101000010110110010 | e7ae8feba08be7bf81e285b2 |
UHC | 箏렋翁ⅲ | 1110111010110100100011101010001011101000101110101010010110100011 | eeb48ea2e8baa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)