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 | 艸苦帰籤 | 1110010010000111100010111110101010001011010000011110001011011100 | e4878bea8b41e2dc |
EUC-JP | 艸苦帰籤 | 1110011111100111101101101110110010110101101000101110010011011110 | e7e7b6ecb5a2e4de |
UTF-8 | 艸苦帰籤 | 111010001000100110111000111010001000101110100110111001011011100010110000111001111011000110100100 | e889b8e88ba6e5b8b0e7b1a4 |
UHC | 艸苦?籤 | 11110101101011001100110111001000001111111111010011011001 | f5accdc83ff4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)