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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 銖∬屁\ | 11100111111100011000000111101000100110111001101101011100 | e7f181e89b9b5c |
EUC-JP | 銖∬屁\ | 11101110111100111010001011101010110101011111101101011100 | eef3a2ead5fb5c |
UTF-8 | 銖∬屁\ | 11101001100010101001011011100010100010001010110011100101101100011000000101011100 | e98a96e288ace5b1815c |
UHC | 銖∬?\ | 111000101100011110100001111100110011111101011100 | e2c7a1f33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)