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 | é²×©] | 1110100110110010110101111010100101011101 | e9b2d7a95d |
SJIS-WIN | ??×?] | 001111110011111110000001011111100011111101011101 | 3f3f817e3f5d |
EUC-JP | é?ש] | 10001111101010111011000100111111101000011101111110001111101000101110110101011101 | 8fabb13fa1df8fa2ed5d |
UTF-8 | é²×©] | 110000111010100111000010101100101100001110010111110000101010100101011101 | c3a9c2b2c397c2a95d |
UHC | ?²×?] | 00111111101010011111011110100001101111110011111101011101 | 3fa9f7a1bf3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)