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 | 貉Ъ貉Ъ^ | 111001101011100110000100010110111110011010111001100001000101101101011110 | e6b9845be6b9845b5e |
EUC-JP | 貉Ъ貉Ъ^ | 111011001011101110100111101111001110110010111011101001111011110001011110 | ecbba7bcecbba7bc5e |
UTF-8 | 貉Ъ貉Ъ^ | 1110100010110010100010011101000010101010111010001011001010001001110100001010101001011110 | e8b289d0aae8b289d0aa5e |
UHC | ?Ъ?Ъ^ | 00111111101011001011110000111111101011001011110001011110 | 3facbc3facbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)