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 | 誰則即巽続 | 10010010010011101001000110100101100100011010011010010010010001101001000110110001 | 924e91a591a6924691b1 |
EUC-JP | 誰則即巽続 | 11000011101011111100001010100111110000101010100011000011101001111100001010110011 | c3afc2a7c2a8c3a7c2b3 |
UTF-8 | 誰則即巽続 | 111010001010101010110000111001011000100110000111111001011000110110110011111001011011011110111101111001111011011010011010 | e8aab0e58987e58db3e5b7bde7b69a |
UHC | 誰則?巽? | 1110001011000001111101101100111000111111111000011101111000111111 | e2c1f6ce3fe1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)