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 | ?????{ | 001111110011111100111111001111110011111101111011 | 3f3f3f3f3f7b |
SJIS-WIN | 篠ヘロ偲自{ | 100011101100001011001101110110111000111011000011100011101010100101111011 | 8ec2cddb8ec38ea97b |
EUC-JP | 篠ヘロ偲自{ | 1011110011000100100011101100110110001110110110111011110011000101101111001010101101111011 | bcc48ecd8edbbcc5bcab7b |
UTF-8 | 篠ヘロ偲自{ | 11100111101011111010000011101111101111101000110111101111101111101001101111100101100000011011001011101000100001111010101001111011 | e7afa0efbe8defbe9be581b2e887aa7b |
UHC | 篠???自{ | 1110000111000110001111110011111100111111111011011011101101111011 | e1c63f3f3fedbb7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)