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 | テ淌Э | 1100001110011111110000111000010001011110 | c39fc3845e |
EUC-JP | テ淌Э | 100011101100001111011110110001011010011110111111 | 8ec3dec5a7bf |
UTF-8 | テ淌Э | 1110111110111110100000111110011010110111100011001101000010101101 | efbe83e6b78cd0ad |
UHC | ??Э | 00111111001111111010110010111111 | 3f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)