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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 箒リセ箒 | 111000101011010011011000101111101110001010110100 | e2b4d8bee2b4 |
EUC-JP | 箒リセ箒 | 1110010010110110100011101101100010001110101111101110010010110110 | e4b68ed88ebee4b6 |
UTF-8 | 箒リセ箒 | 111001111010111010010010111011111011111010011000111011111011110110111110111001111010111010010010 | e7ae92efbe98efbdbee7ae92 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)