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 | ??┗ | 00111111001111111000010010101111 | 3f3f84af |
EUC-JP | ??┗ | 00111111001111111010100010110001 | 3f3fa8b1 |
UTF-8 | 溜쏙┗ | 111011111010011110001011111011001000111110011001111000101001010010010111 | efa78bec8f99e29497 |
UHC | 溜쏙┗ | 111010101111111010111101111011111010011010110001 | eafebdefa6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)