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 | 艸苦犠艟 | 1110010010000111100010111110101010001011010111011110010001111101 | e4878bea8b5de47d |
EUC-JP | 艸苦犠艟 | 1110011111100111101101101110110010110101101111101110011111011110 | e7e7b6ecb5bee7de |
UTF-8 | 艸苦犠艟 | 111010001000100110111000111010001000101110100110111001111000101010100000111010001000100110011111 | e889b8e88ba6e78aa0e8899f |
UHC | 艸苦?? | 111101011010110011001101110010000011111100111111 | f5accdc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)