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 | 秧??豫 | 111000100101111000111111001111111001100010101100 | e25e3f3f98ac |
EUC-JP | 秧??豫 | 111000111011111100111111001111111101000010101110 | e3bf3f3fd0ae |
UTF-8 | 秧ⓨ븵豫 | 111001111010011110100111111000101001001110101000111010111011100010110101111010001011000110101011 | e7a7a7e293a8ebb8b5e8b1ab |
UHC | 秧ⓨ븵豫 | 1110010011101011101010001110010110010101100111101110011111100011 | e4eba8e5959ee7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)