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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羝弱け | 111000111011011010001110111000111000001010101111 | e3b68ee382af |
EUC-JP | 羝弱け | 111001101011100010111100111001011010010010110001 | e6b8bce5a4b1 |
UTF-8 | 羝弱け | 111001111011111010011101111001011011110010110001111000111000000110010001 | e7be9de5bcb1e38191 |
UHC | ?弱け | 0011111111100101101100001010101010110001 | 3fe5b0aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)