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 | 竪孫辰達~ | 100100100100011110010001101101111001001001000011100100100100001001111110 | 924791b7924392427e |
EUC-JP | 竪孫辰達~ | 110000111010100011000010101110011100001110100100110000111010001101111110 | c3a8c2b9c3a4c3a37e |
UTF-8 | 竪孫辰達~ | 11100111101010111010101011100101101011011010101111101000101111101011000011101001100000011001010001111110 | e7abaae5adabe8beb0e981947e |
UHC | 竪孫辰達~ | 111000101011010111100001110111011111001011100011110100111011100101111110 | e2b5e1ddf2e3d3b97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)