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 | ??紆妖 | 001111110011111111100010111111001001011101100100 | 3f3fe2fc9764 |
EUC-JP | ??紆妖 | 001111110011111111100100111111101100110111000101 | 3f3fe4fecdc5 |
UTF-8 | 숥了紆妖 | 111011001000100010100101111011111010011010111010111001111011010010000110111001011010011010010110 | ec88a5efa6bae7b486e5a696 |
UHC | 숥了紆妖 | 1001101001000010111010001110011111101001111000011110100011101101 | 9a42e8e7e9e1e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)