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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??徇?? | 1110000110011111001111110011111110011100011011010011111100111111 | e19f3f3f9c6d3f3f |
EUC-JP | 癲??徇?? | 1110001010100001001111110011111111010111110011100011111100111111 | e2a13f3fd7ce3f3f |
UTF-8 | 癲띠슌徇롦쇃 | 111001111001100110110010111010111001110110100000111011001000101010001100111001011011111010000111111010111010000110100110111011001000011110000011 | e799b2eb9da0ec8a8ce5be87eba1a6ec8783 |
UHC | 癲띠슌徇롦쇃 | 111011111010011010110110111011001001101010011100111000101101111110001110111001101001100110110111 | efa6b6ec9a9ce2df8ee699b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)