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 | 蒻笈迂縲 | 1110010011101000100010111000100010001001010010011110001110000000 | e4e88b888949e380 |
EUC-JP | 蒻笈迂縲 | 1110100011101010101101011110100010110001101010101110010111100000 | e8eab5e8b1aae5e0 |
UTF-8 | 蒻笈迂縲 | 111010001001001010111011111001111010110010001000111010001011111110000010111001111011100010110010 | e892bbe7ac88e8bf82e7b8b2 |
UHC | 蒻?迂? | 111001011011011000111111111010011110011000111111 | e5b63fe9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)