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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 村即村造B | 100100011011101010010001101001101001000110111010100100011010001001000010 | 91ba91a691ba91a242 |
EUC-JP | 村即村造B | 110000101011110011000010101010001100001010111100110000101010010001000010 | c2bcc2a8c2bcc2a442 |
UTF-8 | 村即村造B | 11100110100111011001000111100101100011011011001111100110100111011001000111101001100000001010000001000010 | e69d91e58db3e69d91e980a042 |
UHC | 村?村造B | 1111010110111101001111111111010110111101111100001110001101000010 | f5bd3ff5bdf0e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)