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 | 髙宍質髙宍 | 111110111111110010001110101100111111001010111011100011101011111111111011111111001000111010110011 | fbfc8eb3f2bb8ebffbfc8eb3 |
EUC-JP | ?宍?質?宍 | 001111111011110010110101001111111011110011000001001111111011110010110101 | 3fbcb53fbcc13fbcb5 |
UTF-8 | 髙宍質髙宍 | 111010011010101110011001111001011010111010001101111011101000011110110010111010001011001110101010111010011010101110011001111001011010111010001101 | e9ab99e5ae8dee87b2e8b3aae9ab99e5ae8d |
UHC | ???質?? | 00111111001111110011111111110010111101010011111100111111 | 3f3f3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)