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 | 魘峨自粤∝キ | 1110100110110100100010011110001110001110101010011110001011100011100000011110010110110111 | e9b489e38ea9e2e381e5b7 |
EUC-JP | 魘峨自粤∝キ | 111100101011011010110010111001011011110010101011111001001110010110100010111001111000111010110111 | f2b6b2e5bcabe4e5a2e78eb7 |
UTF-8 | 魘峨自粤∝キ | 111010011010110110011000111001011011001110101000111010001000011110101010111001111011001010100100111000101000100010011101111011111011110110110111 | e9ad98e5b3a8e887aae7b2a4e2889defbdb7 |
UHC | ?峨自?∝? | 001111111110010010110001111011011011101100111111101000011111000000111111 | 3fe4b1edbb3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)