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 | 訷ョ螻。髱 | 1111101110100100101011101110010110110001101000011110100110011101 | fba4aee5b1a1e99d |
EUC-JP | 訷ョ螻。髱 | 1000111111011101110101001000111010101110111010101011001110001110101000011111000111111101 | 8fddd48eaeeab38ea1f1fd |
UTF-8 | 訷ョ螻。髱 | 111010001010100010110111111011111011110110101110111010001001111010111011111011111011110110100001111010011010101110110001 | e8a8b7efbdaee89ebbefbda1e9abb1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)