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 | 聨弱虻肛 | 1110001111011101100011101110001110001000101110001110001111101000 | e3dd8ee388b8e3e8 |
EUC-JP | 聨弱虻肛 | 1110011011011111101111001110010110110000101110101110011011101010 | e6dfbce5b0bae6ea |
UTF-8 | 聨弱虻肛 | 111010001000000110101000111001011011110010110001111010001001100110111011111010001000001010011011 | e881a8e5bcb1e899bbe8829b |
UHC | ?弱?肛 | 001111111110010110110000001111111111100111111101 | 3fe5b03ff9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)