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 | 鞐趣ス顔 | 11101000110111101000111011101111101111011000101011100111 | e8de8eefbd8ae7 |
EUC-JP | 鞐趣ス顔 | 1111000011100000101111001111000110001110101111011011010011101001 | f0e0bcf18ebdb4e9 |
UTF-8 | 鞐趣ス顔 | 111010011001111010010000111010001011011010100011111011111011110110111101111010011010000110010100 | e99e90e8b6a3efbdbde9a194 |
UHC | ?趣?顔 | 001111111111011010101100001111111110010011010100 | 3ff6ac3fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)