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 | 要??昻 | 100101110111011000111111001111111111101011010000 | 97763f3ffad0 |
EUC-JP | 要??? | 1100110111010111001111110011111100111111 | cdd73f3f3f |
UTF-8 | 要쀥떉昻 | 111010001010011010000001111011001000000010100101111010111001011010001001111001101001100010111011 | e8a681ec80a5eb9689e698bb |
UHC | 要쀥떉昻 | 1110100110101001100101111110010110001011100111111110010011101001 | e9a997e58b9fe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)