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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 踞セ菫セ踝シB | 11100110111101011011111011100100101111111011111011100110111101001011110001000010 | e6f5bee4bfbee6f4bc42 |
EUC-JP | 踞セ菫セ踝シB | 11101100111101111000111010111110111010001100000110001110101111101110110011110110100011101011110001000010 | ecf78ebee8c18ebeecf68ebc42 |
UTF-8 | 踞セ菫セ踝シB | 11101000101110001001111011101111101111011011111011101000100011111010101111101111101111011011111011101000101110001001110111101111101111011011110001000010 | e8b89eefbdbee88fabefbdbee8b89defbdbc42 |
UHC | 踞?菫???B | 110010111110011000111111110100001100101100111111001111110011111101000010 | cbe63fd0cb3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)