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 | 村其竪奪 | 1001000110111010100100011011010010010010010001111001001001000100 | 91ba91b492479244 |
EUC-JP | 村其竪奪 | 1100001010111100110000101011011011000011101010001100001110100101 | c2bcc2b6c3a8c3a5 |
UTF-8 | 村其竪奪 | 111001101001110110010001111001011000010110110110111001111010101110101010111001011010010110101010 | e69d91e585b6e7abaae5a5aa |
UHC | 村其竪奪 | 1111010110111101110100001110110011100010101101011111011110101100 | f5bdd0ece2b5f7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)