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 | 繞??^ | 1110001110000101001111110011111101011110 | e3853f3f5e |
EUC-JP | 繞??^ | 1110010111100101001111110011111101011110 | e5e53f3f5e |
UTF-8 | 繞뚨댚^ | 11100111101110011001111011101011100110101010100011101011100011001001101001011110 | e7b99eeb9aa8eb8c9a5e |
UHC | 繞뚨댚^ | 11101001101001001000110011100111100010001011111001011110 | e9a48ce788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)