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 | テ淌嘉古 | 11000011100111111100001110001001110000111000110011000011 | c39fc389c38cc3 |
EUC-JP | テ淌嘉古 | 1000111011000011110111101100010110110010110001011011100011000101 | 8ec3dec5b2c5b8c5 |
UTF-8 | テ淌嘉古 | 111011111011111010000011111001101011011110001100111001011001100010001001111001011000111110100100 | efbe83e6b78ce59889e58fa4 |
UHC | ??嘉古 | 001111110011111111001010101010011100110110101111 | 3f3fcaa9cdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)