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 | 村即村俗 | 1001000110111010100100011010011010010001101110101001000110101101 | 91ba91a691ba91ad |
EUC-JP | 村即村俗 | 1100001010111100110000101010100011000010101111001100001010101111 | c2bcc2a8c2bcc2af |
UTF-8 | 村即村俗 | 111001101001110110010001111001011000110110110011111001101001110110010001111001001011111110010111 | e69d91e58db3e69d91e4bf97 |
UHC | 村?村俗 | 11110101101111010011111111110101101111011110000111010100 | f5bd3ff5bde1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)