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 | 粢失鈆。ァ | 1110001011100101100011101011100011111011110000011010000110100111 | e2e58eb8fbc1a1a7 |
EUC-JP | 粢失鈆。ァ | 1110010011100111101111001011101010001111111000111011110010001110101000011000111010100111 | e4e7bcba8fe3bc8ea18ea7 |
UTF-8 | 粢失鈆。ァ | 111001111011001010100010111001011010010010110001111010011000100010000110111011111011110110100001111011111011110110100111 | e7b2a2e5a4b1e98886efbda1efbda7 |
UHC | ?失??? | 001111111110001111110111001111110011111100111111 | 3fe3f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)