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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 要わ???? | 1001011101110110100000101110110100111111001111110011111100111111 | 977682ed3f3f3f3f |
EUC-JP | 要わ???? | 1100110111010111101001001110111100111111001111110011111100111111 | cdd7a4ef3f3f3f3f |
UTF-8 | 要わ슴樂뽭슑 | 111010001010011010000001111000111000001010001111111011001000101010110100111011111010011010111111111010111011110110101101111011001000101010010001 | e8a681e3828fec8ab4efa6bfebbdadec8a91 |
UHC | 要わ슴樂뽭슑 | 111010011010100110101010111011111011110110111111111010001111100110010110111010011001101010100000 | e9a9aaefbdbfe8f996e99aa0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)