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 | 隴ス蛟」鞫ァ | 111010001010110110111101111001011000000010100011111001101001000110100111 | e8adbde580a3e691a7 |
EUC-JP | 隴ス蛟」鞫ァ | 111100001010111110001110101111011110100111100000100011101010001111101011111100011000111010100111 | f0af8ebde9e08ea3ebf18ea7 |
UTF-8 | 隴ス蛟」鞫ァ | 111010011001101010110100111011111011110110111101111010001001101110011111111011111011110110100011111010011001111010101011111011111011110110100111 | e99ab4efbdbde89b9fefbda3e99eabefbda7 |
UHC | ??蛟?鞫? | 0011111100111111110011101111000100111111110011111101010000111111 | 3f3fcef13fcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)