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 | ûвûKÙ° | 1111101111010000100011101011001011111011010010111101100110110000 | fbd08eb2fb4bd9b0 |
SJIS-WIN | ?????K?° | 001111110011111100111111001111110011111101001011001111111000000110001011 | 3f3f3f3f3f4b3f818b |
EUC-JP | û???ûKÙ° | 100011111010101111100101001111110011111100111111100011111010101111100101010010111000111110101010111000111010000111101011 | 8fabe53f3f3f8fabe54b8faae3a1eb |
UTF-8 | ûвûKÙ° | 110000111011101111000011100100001100001010001110110000101011001011000011101110110100101111000011100110011100001010110000 | c3bbc390c28ec2b2c3bb4bc399c2b0 |
UHC | ?Ð?²?K?° | 0011111110101000101000100011111110101001111101110011111101001011001111111010000111000110 | 3fa8a23fa9f73f4b3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)