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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踝芽蜜 | 111001101111010010001001111010001001011010101000 | e6f489e896a8 |
EUC-JP | 踝芽蜜 | 111011001111011010110010111010101100110010101010 | ecf6b2eaccaa |
UTF-8 | 踝芽蜜 | 111010001011100010011101111010001000101010111101111010001001110010011100 | e8b89de88abde89c9c |
UHC | ?芽蜜 | 0011111111100100101101001101101011001100 | 3fe4b4dacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)