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 | 郢樌э塚 | 1110011110111001100111101110110010000100100011111111101010011100 | e7b99eec848ffa9c |
EUC-JP | 郢樌э? | 11101110101110111101110011101110101001111110111100111111 | eebbdceea7ef3f |
UTF-8 | 郢樌э塚 | 1110100110000011101000101110011010101000100011001101000110001101111011111010100010010000 | e983a2e6a88cd18defa890 |
UHC | ??э? | 0011111100111111101011001110111100111111 | 3f3facef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)