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 | 髷ィ謚ア | 111010011001111010101000111001101000101010110001 | e99ea8e68ab1 |
EUC-JP | 髷ィ謚ア | 1111000111111110100011101010100011101011111010101000111010110001 | f1fe8ea8ebea8eb1 |
UTF-8 | 髷ィ謚ア | 111010011010101110110111111011111011110110101000111010001010110010011010111011111011110110110001 | e9abb7efbda8e8ac9aefbdb1 |
UHC | ??謚? | 0011111100111111111011001101000000111111 | 3f3fecd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)