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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 揖皋徨 | 100101110100101111100001101001101001110001110010 | 974be1a69c72 |
EUC-JP | 揖皋徨 | 110011011010110011100010101010001101011111010011 | cdace2a8d7d3 |
UTF-8 | 揖皋徨 | 111001101000111110010110111001111001101010001011111001011011111010101000 | e68f96e79a8be5bea8 |
UHC | 揖?徨 | 1110101111100111001111111111110011000111 | ebe73ffcc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)