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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌溽゚サ | 100111111111001110011111111001111101111110111011 | 9ff39fe7dfbb |
EUC-JP | 灌溽゚サ | 1101111011110101110111101110100110001110110111111000111010111011 | def5dee98edf8ebb |
UTF-8 | 灌溽゚サ | 111001111000000110001100111001101011101010111101111011111011111010011111111011111011110110111011 | e7818ce6babdefbe9fefbdbb |
UHC | 灌??? | 1100111010110100001111110011111100111111 | ceb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)