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 | 竺肛ワ | 11110000101011011000111010110001111000111110100011011100 | f0ad8eb1e3e8dc |
EUC-JP | ?竺肛ワ | 00111111101111001011001111100110111010101000111011011100 | 3fbcb3e6ea8edc |
UTF-8 | 竺肛ワ | 111011101000000110101100111001111010101110111010111010001000001010011011111011111011111010011100 | ee81ace7abbae8829befbe9c |
UHC | ?竺肛? | 001111111111010111100111111110011111110100111111 | 3ff5e7f9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)