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 | ê±¨ê³ | 111010101011000110101000111010101011001110000101 | eab1a8eab385 |
SJIS-WIN | ?±¨??? | 0011111110000001011111011000000101001110001111110011111100111111 | 3f817d814e3f3f3f |
EUC-JP | 걨ê?? | 100011111010101110110100101000011101111010100001101011111000111110101011101101000011111100111111 | 8fabb4a1dea1af8fabb43f3f |
UTF-8 | ê±¨ê³ | 110000111010101011000010101100011100001010101000110000111010101011000010101100111100001010000101 | c3aac2b1c2a8c3aac2b3c285 |
UHC | ?±¨?³? | 001111111010000110111110101000011010011100111111101010011111100000111111 | 3fa1bea1a73fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)