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 | 﨑宅筒妺ィ | 111110101011000110010001111011101001001110011011111110101010010110101000 | fab191ee939bfaa5a8 |
EUC-JP | ?宅筒妺ィ | 00111111110000101111000011000101111110111000111110111001101101111000111010101000 | 3fc2f0c5fb8fb9b78ea8 |
UTF-8 | 﨑宅筒妺ィ | 111011111010100010010001111001011010111010000101111001111010110110010010111001011010011010111010111011111011110110101000 | efa891e5ae85e7ad92e5a6baefbda8 |
UHC | ?宅筒?? | 00111111110100111110101111110111110101010011111100111111 | 3fd3ebf7d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)