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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??怨封??^ | 001111110011111110001001100001011001010110010101001111110011111101011110 | 3f3f898595953f3f5e |
EUC-JP | ??怨封?畺^ | 0011111100111111101100011110010111001001111101010011111110001111110011011011111001011110 | 3f3fb1e5c9f53f8fcdbe5e |
UTF-8 | 欌렪怨封렮畺^ | 11100110101011001000110011101011101000001010101011100110100000001010100011100101101100001000000111101011101000001010111011100111100101011011101001011110 | e6ac8ceba0aae680a8e5b081eba0aee795ba5e |
UHC | 欌렪怨封렮畺^ | 11101101111010111000111010111000111010101011001111011100111001101000111010111011110010111011000101011110 | edeb8eb8eab3dce68ebbcbb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)