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 | ???踰? | 001111110011111100111111111001101111101000111111 | 3f3f3fe6fa3f |
EUC-JP | ???踰? | 001111110011111100111111111011001111110000111111 | 3f3f3fecfc3f |
UTF-8 | 若녔찇踰꿁 | 111011111010010110110100111010111000010110010100111011001011000010000111111010001011100010110000111010101011111110000001 | efa5b4eb8594ecb087e8b8b0eabf81 |
UHC | 若녔찇踰꿁 | 11100101101011101011001111100110101010011000101111101011101100101000010101000010 | e5aeb3e6a98bebb28542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)