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 | ??┳ | 00111111001111111000010010110001 | 3f3f84b1 |
EUC-JP | ??┳ | 00111111001111111010100010110011 | 3f3fa8b3 |
UTF-8 | 溜녕┳ | 111011111010011110001011111010111000010110010101111000101001010010110011 | efa78beb8595e294b3 |
UHC | 溜녕┳ | 111010101111111010110011111001111010011010110011 | eafeb3e7a6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)