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 | ¸ûì³ì | 100011111011100011111011111011001011001111101100 | 8fb8fbecb3ec |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¸ûì?ì | 0011111110001111101000101011000110001111101010111110010110001111101010111100000000111111100011111010101111000000 | 3f8fa2b18fabe58fabc03f8fabc0 |
UTF-8 | ¸ûì³ì | 110000101000111111000010101110001100001110111011110000111010110011000010101100111100001110101100 | c28fc2b8c3bbc3acc2b3c3ac |
UHC | ?¸??³? | 0011111110100010101011000011111100111111101010011111100000111111 | 3fa2ac3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)