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 | 踟語キ | 1110011011110111100011001110101010110111 | e6f78ceab7 |
EUC-JP | 踟語キ | 111011001111100110111000111011001000111010110111 | ecf9b8ec8eb7 |
UTF-8 | 踟語キ | 111010001011100010011111111010001010101010011110111011111011110110110111 | e8b89fe8aa9eefbdb7 |
UHC | ?語? | 00111111111001011101111000111111 | 3fe5de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)