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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 錵ъ茜錵ъ茜^ | 11101000010001011000010010001100100010001010100111101000010001011000010010001100100010001010100101011110 | e845848c88a9e845848c88a95e |
EUC-JP | 錵ъ茜錵ъ茜^ | 11101111101001101010011111101100101100001010101111101111101001101010011111101100101100001010101101011110 | efa6a7ecb0abefa6a7ecb0ab5e |
UTF-8 | 錵ъ茜錵ъ茜^ | 1110100110001100101101011101000110001010111010001000110010011100111010011000110010110101110100011000101011101000100011001001110001011110 | e98cb5d18ae88c9ce98cb5d18ae88c9c5e |
UHC | ?ъ??ъ?^ | 001111111010110011101100001111110011111110101100111011000011111101011110 | 3facec3f3facec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)