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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?顔究? | 001111111000101011100111100010111000011000111111 | 3f8ae78b863f |
EUC-JP | ?顔究? | 001111111011010011101001101101011110011000111111 | 3fb4e9b5e63f |
UTF-8 | 灐顔究灐 | 111001111000000110010000111010011010000110010100111001111010100110110110111001111000000110010000 | e78190e9a194e7a9b6e78190 |
UHC | 灐顔究灐 | 1111101110100101111001001101010011001111101111001111101110100101 | fba5e4d4cfbcfba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)