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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 要????F | 10010111011101100011111100111111001111110011111101000110 | 97763f3f3f3f46 |
EUC-JP | 要????F | 11001101110101110011111100111111001111110011111101000110 | cdd73f3f3f3f46 |
UTF-8 | 要쀥쥞掠꿁F | 11101000101001101000000111101100100000001010010111101100101001011001111011101111101001011011010111101010101111111000000101000110 | e8a681ec80a5eca59eefa5b5eabf8146 |
UHC | 要쀥쥞掠꿁F | 1110100110101001100101111110010110100010100100111110010110110001100001010100001001000110 | e9a997e5a293e5b1854246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)