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 | 跫育尠跋 | 1110011011101101100010001110011110011011100101101110011011101011 | e6ed88e79b96e6eb |
EUC-JP | 跫育尠跋 | 1110110011101111101100001110100111010101111101101110110011101101 | ecefb0e9d5f6eced |
UTF-8 | 跫育尠跋 | 111010001011011110101011111010001000001010110010111001011011000010100000111010001011011110001011 | e8b7abe882b2e5b0a0e8b78b |
UHC | ?育?跋 | 001111111110101111000000001111111101101110100010 | 3febc03fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)