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 | 臟??掌 | 111001000110011000111111001111111000111110110110 | e4663f3f8fb6 |
EUC-JP | 臟??掌 | 111001111100011100111111001111111011111010111000 | e7c73f3fbeb8 |
UTF-8 | 臟딈뼇掌 | 111010001000011110011111111010111001010010001000111010111011110010000111111001101000111010001100 | e8879feb9488ebbc87e68e8c |
UHC | 臟딈뼇掌 | 1110110111110100100010101110111010010110100100011110110111100110 | edf48aee9691ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)