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 | 邨弱Ξ讀 | 1110011110110101100011101110001110000011101011001110011010100100 | e7b58ee383ace6a4 |
EUC-JP | 邨弱Ξ讀 | 1110111010110111101111001110010110100110101011101110110010100110 | eeb7bce5a6aeeca6 |
UTF-8 | 邨弱Ξ讀 | 1110100110000010101010001110010110111100101100011100111010011110111010001010111010000000 | e982a8e5bcb1ce9ee8ae80 |
UHC | 邨弱Ξ讀 | 1111010110111110111001011011000010100101110011101101010011000001 | f5bee5b0a5ced4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)