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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?竊??? | 001111111110001010000110001111110011111100111111 | 3fe2863f3f3f |
EUC-JP | ?竊??? | 001111111110001111100110001111110011111100111111 | 3fe3e63f3f3f |
UTF-8 | 횪竊꾥퉱銳 | 111011011001101010101010111001111010101110001010111010101011111010100101111011011000100110110001111010011000101010110011 | ed9aaae7ab8aeabea5ed89b1e98ab3 |
UHC | 횪竊꾥퉱銳 | 11000011101000001110111110111100100001001110100010111001100010011110011111100101 | c3a0efbc84e8b989e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)