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 | 村揃他多 | 1001000110111010100100011011010110010001101111001001000110111101 | 91ba91b591bc91bd |
EUC-JP | 村揃他多 | 1100001010111100110000101011011111000010101111101100001010111111 | c2bcc2b7c2bec2bf |
UTF-8 | 村揃他多 | 111001101001110110010001111001101000111110000011111001001011101110010110111001011010010010011010 | e69d91e68f83e4bb96e5a49a |
UHC | 村?他多 | 11110101101111010011111111110110111000101101001011111101 | f5bd3ff6e2d2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)