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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艸苦晋 | 111001001000011110001011111010101001000001010111 | e4878bea9057 |
EUC-JP | 艸苦晋 | 111001111110011110110110111011001011111110111000 | e7e7b6ecbfb8 |
UTF-8 | 艸苦晋 | 111010001000100110111000111010001000101110100110111001101001100110001011 | e889b8e88ba6e6998b |
UHC | 艸苦晋 | 111101011010110011001101110010001111001011001100 | f5accdc8f2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)