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 | ??族?? | 001111110011111110010001101100000011111100111111 | 3f3f91b03f3f |
EUC-JP | ??族?? | 001111110011111111000010101100100011111100111111 | 3f3fc2b23f3f |
UTF-8 | 렺렦族렺렔 | 111010111010000010111010111010111010000010100110111001101001011110001111111010111010000010111010111010111010000010010100 | eba0baeba0a6e6978feba0baeba094 |
UHC | 렺렦族렺렔 | 10001110110000101000111010110101111100001110100110001110110000101000111010101001 | 8ec28eb5f0e98ec28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)