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 | 将硼ォ茖 | 10001111101010111110000111101101101010111110010010100001 | 8fabe1edabe4a1 |
EUC-JP | 将硼ォ茖 | 1011111010101101111000101110111110001110101010111110100010100011 | beade2ef8eabe8a3 |
UTF-8 | 将硼ォ茖 | 111001011011000010000110111001111010000110111100111011111011110110101011111010001000110010010110 | e5b086e7a1bcefbdabe88c96 |
UHC | ?硼?? | 0011111111011101110111010011111100111111 | 3fdddd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)