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 | 跫育尠跪 | 1110011011101101100010001110011110011011100101101110011011101100 | e6ed88e79b96e6ec |
EUC-JP | 跫育尠跪 | 1110110011101111101100001110100111010101111101101110110011101110 | ecefb0e9d5f6ecee |
UTF-8 | 跫育尠跪 | 111010001011011110101011111010001000001010110010111001011011000010100000111010001011011110101010 | e8b7abe882b2e5b0a0e8b7aa |
UHC | ?育?? | 0011111111101011110000000011111100111111 | 3febc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)