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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 憶???筌 | 10001001101011110011111100111111001111111110001010100011 | 89af3f3f3fe2a3 |
EUC-JP | 憶???筌 | 10110010101100010011111100111111001111111110010010100101 | b2b13f3f3fe4a5 |
UTF-8 | 憶귂딅뼋筌 | 111001101000011010110110111010101011011110000010111010111001010010000101111010111011110010001011111001111010110110001100 | e686b6eab782eb9485ebbc8be7ad8c |
UHC | 憶귂딅뼋筌 | 11100101111000111000001011010001100010101110101110010110100100111110111110100111 | e5e382d18aeb9693efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)