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 | 搖?=約 | 10011101100010100011111110000001100000011001011011110001 | 9d8a3f818196f1 |
EUC-JP | 搖?=約 | 11011001111010100011111110100001111000011100110011110011 | d9ea3fa1e1ccf3 |
UTF-8 | 搖㎩=約 | 111001101001000010010110111000111000111010101001111011111011110010011101111001111011010010000100 | e69096e38ea9efbc9de7b484 |
UHC | 搖㎩=約 | 1110100011110100101001111110010110100011101111011110010110110011 | e8f4a7e5a3bde5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)