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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 息贈即測~ | 100100011010011110010001101000011001000110100110100100011010101001111110 | 91a791a191a691aa7e |
EUC-JP | 息贈即測~ | 110000101010100111000010101000111100001010101000110000101010110001111110 | c2a9c2a3c2a8c2ac7e |
UTF-8 | 息贈即測~ | 11100110100000011010111111101000101101001000100011100101100011011011001111100110101110001010110001111110 | e681afe8b488e58db3e6b8ac7e |
UHC | 息贈?測~ | 1110001111010011111100011111110000111111111101101011010001111110 | e3d3f1fc3ff6b47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)