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 | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
SJIS-WIN | 篠ナ、偲示c | 100011101100001011000101101001001000111011000011100011101010011001100011 | 8ec2c5a48ec38ea663 |
EUC-JP | 篠ナ、偲示c | 1011110011000100100011101100010110001110101001001011110011000101101111001010100001100011 | bcc48ec58ea4bcc5bca863 |
UTF-8 | 篠ナ、偲示c | 11100111101011111010000011101111101111101000010111101111101111011010010011100101100000011011001011100111101001001011101001100011 | e7afa0efbe85efbda4e581b2e7a4ba63 |
UHC | 篠???示c | 1110000111000110001111110011111100111111111000111100011001100011 | e1c63f3f3fe3c663 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)