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 | 骭コ莨弱ご | 111010011000110010111010111001001011110010001110111000111000001010110010 | e98cbae4bc8ee382b2 |
EUC-JP | 骭コ莨弱ご | 11110001111011001000111010111010111010001011111010111100111001011010010010110100 | f1ec8ebae8bebce5a4b4 |
UTF-8 | 骭コ莨弱ご | 111010011010101010101101111011111011110110111010111010001000111010101000111001011011110010110001111000111000000110010100 | e9aaadefbdbae88ea8e5bcb1e38194 |
UHC | ???弱ご | 00111111001111110011111111100101101100001010101010110100 | 3f3f3fe5b0aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)