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 | è¹à×Y | 1110100010111001111000001101011101011001 | e8b9e0d759 |
SJIS-WIN | ???×Y | 001111110011111100111111100000010111111001011001 | 3f3f3f817e59 |
EUC-JP | è?à×Y | 10001111101010111011001000111111100011111010101110100010101000011101111101011001 | 8fabb23f8faba2a1df59 |
UTF-8 | è¹à×Y | 110000111010100011000010101110011100001110100000110000111001011101011001 | c3a8c2b9c3a0c39759 |
UHC | ?¹?×Y | 00111111101010011111011000111111101000011011111101011001 | 3fa9f63fa1bf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)