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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜴Ъ蜴Ъ^ | 111001011000111010000100010110111110010110001110100001000101101101011110 | e58e845be58e845b5e |
EUC-JP | 蜴Ъ蜴Ъ^ | 111010011110111010100111101111001110100111101110101001111011110001011110 | e9eea7bce9eea7bc5e |
UTF-8 | 蜴Ъ蜴Ъ^ | 1110100010011100101101001101000010101010111010001001110010110100110100001010101001011110 | e89cb4d0aae89cb4d0aa5e |
UHC | ?Ъ?Ъ^ | 00111111101011001011110000111111101011001011110001011110 | 3facbc3facbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)