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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ノュナ・、。 | 110010011010110111000101101001011010010010100001 | c9adc5a5a4a1 |
EUC-JP | ノュナ・、。 | 100011101100100110001110101011011000111011000101100011101010010110001110101001001000111010100001 | 8ec98ead8ec58ea58ea48ea1 |
UTF-8 | ノュナ・、。 | 111011111011111010001001111011111011110110101101111011111011111010000101111011111011110110100101111011111011110110100100111011111011110110100001 | efbe89efbdadefbe85efbda5efbda4efbda1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)