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 | 肛贋化葢 | 1110001111101000100010101110010010001001101110111110010011100010 | e3e88ae489bbe4e2 |
EUC-JP | 肛贋化葢 | 1110011011101010101101001110011010110010101111011110100011100100 | e6eab4e6b2bde8e4 |
UTF-8 | 肛贋化葢 | 111010001000001010011011111010001011010010001011111001011000110010010110111010001001000110100010 | e8829be8b48be58c96e891a2 |
UHC | 肛?化? | 111110011111110100111111111110111111100100111111 | f9fd3ffbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)