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 | 茘器襲鐓 | 1110010010101011100010101110110110001111010100001110100001011101 | e4ab8aed8f50e85d |
EUC-JP | 茘器襲鐓 | 1110100010101101101101001110111110111101101100011110111110111110 | e8adb4efbdb1efbe |
UTF-8 | 茘器襲鐓 | 111010001000110010011000111001011001100110101000111010001010010110110010111010011001000010010011 | e88c98e599a8e8a5b2e99093 |
UHC | ?器襲? | 001111111101000011101111111000111010100100111111 | 3fd0efe3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)