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 | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-WIN | 狐?V}狐?V{^ | 1000110011001111001111110101011001111101100011001100111100111111010101100111101101011110 | 8ccf3f567d8ccf3f567b5e |
EUC-JP | 狐?V}狐?V{^ | 1011100011010001001111110101011001111101101110001101000100111111010101100111101101011110 | b8d13f567db8d13f567b5e |
UTF-8 | 狐렦V}狐렦V{^ | 1110011110001011100100001110101110100000101001100101011001111101111001111000101110010000111010111010000010100110010101100111101101011110 | e78b90eba0a6567de78b90eba0a6567b5e |
UHC | 狐렦V}狐렦V{^ | 11111011110011111000111010110101010101100111110111111011110011111000111010110101010101100111101101011110 | fbcf8eb5567dfbcf8eb5567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)