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 | 中?翁ⅲ | 10010010100001100011111110001001101001011111101001000010 | 92863f89a5fa42 |
EUC-JP | 中?翁? | 110000111110011000111111101100101010011100111111 | c3e63fb2a73f |
UTF-8 | 中렒翁ⅲ | 111001001011100010101101111010111010000010010010111001111011111110000001111000101000010110110010 | e4b8adeba092e7bf81e285b2 |
UHC | 中렒翁ⅲ | 1111000111101001100011101010011111101000101110101010010110100011 | f1e98ea7e8baa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)