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 | 隍馴㍽繩ァ | 111010001010010010010011111010011000011110001110111000111000101010100111 | e8a493e9878ee38aa7 |
EUC-JP | 隍馴?繩ァ | 111100001010011011000110111010110011111111100101111010101000111010100111 | f0a6c6eb3fe5ea8ea7 |
UTF-8 | 隍馴㍽繩ァ | 111010011001101010001101111010011010011010110100111000111000110110111101111001111011100110101001111011111011110110100111 | e99a8de9a6b4e38dbde7b9a9efbda7 |
UHC | 隍馴?繩? | 1111110011011011111000101111100000111111111000111011000100111111 | fcdbe2f83fe3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)