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 | 甕??晤?? | 1110000101010000001111110011111110011101111010110011111100111111 | e1503f3f9deb3f3f |
EUC-JP | 甕??晤?? | 1110000110110001001111110011111111011010111011010011111100111111 | e1b13f3fdaed3f3f |
UTF-8 | 甕욑스晤볠퍜 | 111001111001010010010101111011001001101010010001111011001000101010100100111001101001100110100100111010111011001110100000111011011000110110011100 | e79495ec9a91ec8aa4e699a4ebb3a0ed8d9c |
UHC | 甕욑스晤볠퍜 | 111010001011100010011110111011111011110110111010111001111111101110010011111001101011101110010011 | e8b89eefbdbae7fb93e6bb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)