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 | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-WIN | 奪他捉N^ | 1001001001000100100100011011110010010001101010000100111001011110 | 924491bc91a84e5e |
EUC-JP | 奪他捉N^ | 1100001110100101110000101011111011000010101010100100111001011110 | c3a5c2bec2aa4e5e |
UTF-8 | 奪他捉N^ | 1110010110100101101010101110010010111011100101101110011010001101100010010100111001011110 | e5a5aae4bb96e68d894e5e |
UHC | 奪他捉N^ | 1111011110101100111101101110001011110011101101010100111001011110 | f7acf6e2f3b54e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)