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 | 弱?$銀 | 10001110111000110011111110000001100100001000101111100010 | 8ee33f81908be2 |
EUC-JP | 弱?$銀 | 10111100111001010011111110100001111100001011011011100100 | bce53fa1f0b6e4 |
UTF-8 | 弱멨$銀 | 111001011011110010110001111010111010100110101000111011111011110010000100111010011000101010000000 | e5bcb1eba9a8efbc84e98a80 |
UHC | 弱멨$銀 | 1110010110110000101110001110010110100011101001001110101111011110 | e5b0b8e5a3a4ebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)