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 | 灌巖笳 | 100111111111001110011011110111001110001010010111 | 9ff39bdce297 |
EUC-JP | 灌巖笳 | 110111101111010111010110110111101110001111110111 | def5d6dee3f7 |
UTF-8 | 灌巖笳 | 111001111000000110001100111001011011011110010110111001111010110010110011 | e7818ce5b796e7acb3 |
UHC | 灌巖? | 1100111010110100111001001101110000111111 | ceb4e4dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)