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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ショ。ワ蕉ツ | 101111001111010110100010101011101010000111011100100011111101010011000010 | bcf5a2aea1dc8fd4c2 |
EUC-JP | シ?ョ。ワ蕉ツ | 10001110101111000011111110001110101011101000111010100001100011101101110010111110110101101000111011000010 | 8ebc3f8eae8ea18edcbed68ec2 |
UTF-8 | ショ。ワ蕉ツ | 111011111011110110111100111011101001000010001101111011111011110110101110111011111011110110100001111011111011111010011100111010001001010110001001111011111011111010000010 | efbdbcee908defbdaeefbda1efbe9ce89589efbe82 |
UHC | ?????蕉? | 0011111100111111001111110011111100111111111101011010111100111111 | 3f3f3f3f3ff5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)