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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 亦??h亦?? | 100101101001001000111111001111110110100010010110100100100011111100111111 | 96923f3f6896923f3f |
EUC-JP | 亦??h亦?? | 110010111111001000111111001111110110100011001011111100100011111100111111 | cbf23f3f68cbf23f3f |
UTF-8 | 亦쇽풃h亦쇽풃 | 11100100101110101010011011101100100001111011110111101101100100101000001101101000111001001011101010100110111011001000011110111101111011011001001010000011 | e4baa6ec87bded928368e4baa6ec87bded9283 |
UHC | 亦쇽풃h亦쇽풃 | 11100110101100101011110011101111101111101000101101101000111001101011001010111100111011111011111010001011 | e6b2bcefbe8b68e6b2bcefbe8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)