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 | 茘所厳褸 | 1110010010101011100011111000101010001100101101011110010111111000 | e4ab8f8a8cb5e5f8 |
EUC-JP | 茘所厳褸 | 1110100010101101101111011110101010111000101101111110101011111010 | e8adbdeab8b7eafa |
UTF-8 | 茘所厳褸 | 111010001000110010011000111001101000100110000000111001011000111010110011111010001010010010111000 | e88c98e68980e58eb3e8a4b8 |
UHC | ?所?褸 | 001111111110000110110110001111111101011110101110 | 3fe1b63fd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)