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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 偲自篠リト宍B | 1000111011000011100011101010100110001110110000101101100011000100100011101011001101000010 | 8ec38ea98ec2d8c48eb342 |
EUC-JP | 偲自篠リト宍B | 10111100110001011011110010101011101111001100010010001110110110001000111011000100101111001011010101000010 | bcc5bcabbcc48ed88ec4bcb542 |
UTF-8 | 偲自篠リト宍B | 11100101100000011011001011101000100001111010101011100111101011111010000011101111101111101001100011101111101111101000010011100101101011101000110101000010 | e581b2e887aae7afa0efbe98efbe84e5ae8d42 |
UHC | ?自篠???B | 001111111110110110111011111000011100011000111111001111110011111101000010 | 3fedbbe1c63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)