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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 艇??^ | 1001001011111000001111110011111101011110 | 92f83f3f5e |
EUC-JP | 艇??^ | 1100010011111010001111110011111101011110 | c4fa3f3f5e |
UTF-8 | 艇잴퇴^ | 11101000100010011000011111101100100111101011010011101101100001111011010001011110 | e88987ec9eb4ed87b45e |
UHC | 艇잴퇴^ | 11101111111100111100000011101010110001011111000001011110 | eff3c0eac5f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)