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 | 撓??要わ? | 100111011001101000111111001111111001011101110110100000101110110100111111 | 9d9a3f3f977682ed3f |
EUC-JP | 撓??要わ? | 110110011111101000111111001111111100110111010111101001001110111100111111 | d9fa3f3fcdd7a4ef3f |
UTF-8 | 撓껓쉐要わ슨 | 111001101001001010010011111010101011101110010011111011001000100110010000111010001010011010000001111000111000001010001111111011001000101010101000 | e69293eabb93ec8990e8a681e3828fec8aa8 |
UHC | 撓껓쉐要わ슨 | 111010001111010110000011111011111011110110100110111010011010100110101010111011111011110110111100 | e8f583efbda6e9a9aaefbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)