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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縞??? | 1000111011001000001111110011111100111111 | 8ec83f3f3f |
EUC-JP | 縞??? | 1011110011001010001111110011111100111111 | bcca3f3f3f |
UTF-8 | 縞렭렻렩 | 111001111011100010011110111010111010000010101101111010111010000010111011111010111010000010101001 | e7b89eeba0adeba0bbeba0a9 |
UHC | 縞렭렻렩 | 1111101111010110100011101011101010001110110000111000111010110111 | fbd68eba8ec38eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)