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 | ¾ÙÜ㨠| 10111110110110011000111011011100100011111110001110101000 | bed98edc8fe3a8 |
SJIS-WIN | ??????¨ | 0011111100111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f3f814e |
EUC-JP | ?Ù?Ü?㨠| 0011111110001111101010101110001100111111100011111010101011100100001111111000111110101011101010101010000110101111 | 3f8faae33f8faae43f8fabaaa1af |
UTF-8 | ¾ÙÜ㨠| 1100001010111110110000111001100111000010100011101100001110011100110000101000111111000011101000111100001010101000 | c2bec399c28ec39cc28fc3a3c2a8 |
UHC | ¾?????¨ | 101010001111101000111111001111110011111100111111001111111010000110100111 | a8fa3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)