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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 信??信??^ | 100100000100110100111111001111111001000001001101001111110011111101011110 | 904d3f3f904d3f3f5e |
EUC-JP | 信??信??^ | 101111111010111000111111001111111011111110101110001111110011111101011110 | bfae3f3fbfae3f3f5e |
UTF-8 | 信룈룱信룈룱^ | 11100100101111111010000111101011101000111000100011101011101000111011000111100100101111111010000111101011101000111000100011101011101000111011000101011110 | e4bfa1eba388eba3b1e4bfa1eba388eba3b15e |
UHC | 信룈룱信룈룱^ | 11100011111000011000111110000111100011111010011011100011111000011000111110000111100011111010011001011110 | e3e18f878fa6e3e18f878fa65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)