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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跂懣せ涬 | 1110011011100011100111001110111010000010101110011111101101000001 | e6e39cee82b9fb41 |
EUC-JP | 跂懣せ涬 | 111011001110010111011000111100001010010010111011100011111100011111001111 | ece5d8f0a4bb8fc7cf |
UTF-8 | 跂懣せ涬 | 111010001011011110000010111001101000011110100011111000111000000110011011111001101011011010101100 | e8b782e687a3e3819be6b6ac |
UHC | ??せ? | 0011111100111111101010101011101100111111 | 3f3faabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)