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 | ¾ÙÜ㨠| 1011111011011001100011101101110010001111111000111010100010001110 | bed98edc8fe3a88e |
SJIS-WIN | ??????¨? | 001111110011111100111111001111110011111100111111100000010100111000111111 | 3f3f3f3f3f3f814e3f |
EUC-JP | ?Ù?Ü?ã¨? | 001111111000111110101010111000110011111110001111101010101110010000111111100011111010101110101010101000011010111100111111 | 3f8faae33f8faae43f8fabaaa1af3f |
UTF-8 | ¾ÙÜ㨠| 11000010101111101100001110011001110000101000111011000011100111001100001010001111110000111010001111000010101010001100001010001110 | c2bec399c28ec39cc28fc3a3c2a8c28e |
UHC | ¾?????¨? | 10101000111110100011111100111111001111110011111100111111101000011010011100111111 | a8fa3f3f3f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)