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 | 砒披勍 | 111000011110010110010100111000101001100110100101 | e1e594e299a5 |
EUC-JP | 砒披勍 | 111000101110011111001000111001001101001010100111 | e2e7c8e4d2a7 |
UTF-8 | 砒披勍 | 111001111010000010010010111001101000101010101011111001011000101110001101 | e7a092e68aabe58b8d |
UHC | 砒披勍 | 110111011111011111111001101010011100110011001110 | ddf7f9a9ccce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)